Custom Login page in Django

2014-03-20 Thread Aryak Sengupta
I am new to Django (but not new to python) and I am looking forward to create a customized page using django. I have read about django's inbuilt authentication system but I want build it from scratch So here are the few ideas I am stumbling upon : 1. Creating a *users* class in the models

Re: Custom Login page in Django

2014-03-20 Thread Aryak Sengupta
Yes I do Where am I going wrong then? On 20 Mar 2014 20:06, "Robin Lery" wrote: > do you have {% csrf_token % } in your forms? > > > On Thu, Mar 20, 2014 at 7:36 PM, Aryak Sengupta > wrote: > >> I am new to Django (but not new to python) and I am looking

Re: Custom Login page in Django

2014-03-20 Thread Aryak Sengupta
, > > 'django.contrib.sessions', > > Maybe your browser is rejecting cookies. > > François > > On Mar 20, 2014, at 10:43 AM, Aryak Sengupta > wrote: > > > Yes I do Where am I going wrong then? > > > > On 20 Mar 2014 20:06, "Robi

Re: Custom Login page in Django

2014-03-20 Thread Aryak Sengupta
sions/ > > On Mar 20, 2014, at 10:50 AM, Aryak Sengupta > wrote: > > > Can you please elaborate > > > > On 20 Mar 2014 20:17, "François Schiettecatte" > wrote: > > You may be missing some middleware, eg: > &g

Re: Custom Login page in Django

2014-03-20 Thread Aryak Sengupta
docs.djangoproject.com/en/1.6/topics/auth/customizing/#extending-the-existing-user-model > ) > > That page also has information about hooking into different authentication > backends if you want to use an existing source of users (for instance to > use LDAP or the like) > > > &g

Deployment in Django

2014-03-22 Thread Aryak Sengupta
What is the simplest way to go about Django deployment? So far, I have found stuffs like pythonanywhere and Django's own deployment tutorial But what is the simplest and the easiest way to go about deployment? P.S. I am new to Django. -- You received this message because you are subscribed to t

Re: Deployment in Django

2014-03-23 Thread Aryak Sengupta
Is there any proper guideline or tutorial for creating a git repository for Django projects before using pythonanywhere for publishibg it? Thanks On 22 Mar 2014 20:20, "Amim Knabben" wrote: > Probably the ones you read there... > > If you aren't new on Linux, install the env on Virtualenv (go f

Re: Deployment in Django

2014-03-24 Thread Aryak Sengupta
I've done all my layouts since in the same way, and it works > wonderfully - if only in my own head. Hope that helps. > > Cheers > L. > > On 24 March 2014 17:39, Aryak Sengupta wrote: > > Is there any proper guideline or tutorial for creating a git repository > for > &g