2. un-tar the file and copy the regostration folder into your django project as an app
3. set up the settings.py by adding the 'registration' into the INSTALLED_APPS = ()
4. also adding the followings to the settings.py file:
- ACCOUNT_ACTIVATION_DAYS = 7
- EMAIL_HOST = 'localhost'
- DEFAULT_FROM_EMAIL = 'WEBMASTER@LOCALHOST'
- LOGIN_REDIRECT_URL = '/'
5. copy templates files into the registration folder made in step 4. You can download the templates files hereat https://github.com/vladimir-webdev/django-registration-templates
Has not finished yet....
No comments:
Post a Comment