Commit b0b916ef authored by Michal Čihař's avatar Michal Čihař

Add registration app

parent 3feddca4
......@@ -30,6 +30,8 @@ Translate-toolkit
http://translate.sourceforge.net/wiki/toolkit/index
GitPython (>= 0.3)
http://gitorious.org/projects/git-python/
Django-registration
https://bitbucket.org/ubernostrum/django-registration/
Installation
------------
......
......@@ -123,6 +123,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
'django.contrib.admin',
'django.contrib.admindocs',
'registration',
'trans',
'lang',
)
......@@ -190,3 +191,5 @@ COMMIT_MESSAGE = 'Translated using Weblate.'
SITE_TITLE = 'Weblate'
LOGIN_REDIRECT_URL = '/'
ACCOUNT_ACTIVATION_DAYS = 7
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment