Re: Django SECRET_KEY : Copying hashed passwords into different Django project

2015-08-05 Thread Tim Graham
By the way, the docs for SECRET_KEY have a description of what will be invalidated if you change it: https://docs.djangoproject.com/en/stable/ref/settings/#secret-key On Wednesday, August 5, 2015 at 11:16:21 AM UTC-4, Simon Charette wrote: > > Hi Angit, > > It shouldn't be an issue since

Re: Django SECRET_KEY : Copying hashed passwords into different Django project

2015-08-05 Thread Simon Charette
Hi Angit, It shouldn't be an issue since Django's default password hashers are not relying on settings.SECRET_KEY. Simon Le mercredi 5 août 2015 05:12:47 UTC-4, Ankit Agrawal a écrit : > > > > Hi everyone, > > > I have a Django powered site(Project-1) running with some users >

Django SECRET_KEY : Copying hashed passwords into different Django project

2015-08-05 Thread Ankit Agrawal
Hi everyone, I have a Django powered site(Project-1) running with some users registered on it. I am now creating a revamped version of the site in a new separate Django project(Project-2) which I would make live once finished. I would need to populate the User data along with their