Re: A lot of Problems with Migrating (conceptual)

2017-08-27 Thread Alexander Joseph
OK, so I started over using postrgresql and so far I have one app named 'accounts' - to hold user models, registration, etc. I tried to migrate and got the following error which looks a lot like some of the errors I was getting before.. (business_management) C:\Python36\Projects\business_manag

Re: Best way to implement a more complex user registration/auth flow?

2017-08-27 Thread Alexander Joseph
Thanks Eduardo, I will try that! On Saturday, August 26, 2017 at 2:05:22 PM UTC-6, Eduardo Balbinot wrote: > > You could do like this: when the user signs in you create the user in the > database and flags is_active as False, so the user won't be able to log in. > In your extended User model y

Re: Django deployement Apache

2017-08-27 Thread sarfaraz ahmed
Thanks for your help. Yes it was permission issue. However I am not able to find anything under my site-packages. when I point the same to dist-packages it works. WSGIPythonHome /usr/local/lib/python2.7/dist-packages WSGIPythonPath /var/www/firsttest ServerName firsttest.com S

Re: Polls tutorial suggested mysite/mysite/urls.py improvement

2017-08-27 Thread Mike Dewhirst
On 27/08/2017 12:45 AM, Derek wrote: Mike Not sure what your github skill level is; Long ago I once set upĀ  a github repo but lost my certificate when my laptop died and there it ended. I manage a number of subversion repositories for a number of people and all my dev is based on svn so I d