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

Add registration app

parent 3feddca4
...@@ -30,6 +30,8 @@ Translate-toolkit ...@@ -30,6 +30,8 @@ Translate-toolkit
http://translate.sourceforge.net/wiki/toolkit/index http://translate.sourceforge.net/wiki/toolkit/index
GitPython (>= 0.3) GitPython (>= 0.3)
http://gitorious.org/projects/git-python/ http://gitorious.org/projects/git-python/
Django-registration
https://bitbucket.org/ubernostrum/django-registration/
Installation Installation
------------ ------------
......
...@@ -123,6 +123,7 @@ INSTALLED_APPS = ( ...@@ -123,6 +123,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'django.contrib.admin', 'django.contrib.admin',
'django.contrib.admindocs', 'django.contrib.admindocs',
'registration',
'trans', 'trans',
'lang', 'lang',
) )
...@@ -190,3 +191,5 @@ COMMIT_MESSAGE = 'Translated using Weblate.' ...@@ -190,3 +191,5 @@ COMMIT_MESSAGE = 'Translated using Weblate.'
SITE_TITLE = 'Weblate' SITE_TITLE = 'Weblate'
LOGIN_REDIRECT_URL = '/' 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