I indstalled django-regstration per the Quick-Start guide: easy_install -Z django-registration
manage.py syncdb I added 'registration', to INSTALLED_APPS = () and ACCOUNT_ACTIVATION_DAYS = 7 I added (r'^accounts/', include('registration.backends.default.urls')), tp my urls.py At this point I start to worry because of "could" and "would" appearing in the instructions. I then start reading other topics - and feel very lost. - User registration backends - The default backend - Forms for user registration - Registration views It seems from reading these that there should be forms and views code ready-to-go - but I can't find them. Where - how - does this package get installed? Where do I find the code? I've searched for "registration" Nothing relevant appears. What am I missing> -- 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.