On Jun 5, 5:17 pm, David <ww...@yahoo.com> wrote:
> I am trying to set up a user login page. A user needs to login first
> before he/she can do anything.
>
> I refered: "http://superjared.com/entry/requiring-login-entire-django-
> powered-site/"
>
> "Then put myproject.middleware.SiteLogin in your MIDDLEWARE_CLASSES in
> settings.py (replace myproject with your project name) and you’re
> done"
>
> I must have did something wrong. Then how to enable a user login?

That quote - and indeed the whole page - says nothing at all about
putting a reference to the middleware in your urls.py.

Grabbing random bits of code off the Internet is not going to help you
to create your site if you don't actually know what you're doing. This
code does something very specific, which is to redirect an
unauthorised user requesting any page to the login pages. It doesn't
actually create the login pages for you. To learn how to do that,
you're going to have to read the documentation.

Start here:
http://docs.djangoproject.com/en/dev/topics/auth/
--
DR.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to