What version of Django are you using? Do you have django.contrib.auth in your INSTALLED_APPS?
On Tue, Apr 1, 2008 at 12:10 PM, knack <[EMAIL PROTECTED]> wrote: > > I created a brand new project and app, left the default settings > untouched, ran syncdb to create the user authentication tables, and > created a very simple view (just returns an HttpResponse object) that > requires login permission. Same error: "ImportError at /accounts/ > login/: No module named login". > > I'm beginning to suspect that this some kind of bug, although I'd be > very surprised if I'm the first person to run into this. Unfortunately > I haven't found anything on the web to shed any light on the > situation. > > Is there something glaringly and stupidly obvious that I'm missing? > Any help or suggestions would be greatly appreciated. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

