remove django registration stuff, unused/desired
This commit is contained in:
@@ -41,7 +41,6 @@ INSTALLED_APPS = (
|
||||
'django_extensions',
|
||||
'adminplus',
|
||||
'bootstrap3',
|
||||
'registration',
|
||||
'rest_framework',
|
||||
'countdown',
|
||||
'dispatch',
|
||||
@@ -148,12 +147,6 @@ BOOTSTRAP3 = {
|
||||
}
|
||||
|
||||
|
||||
# registration
|
||||
LOGIN_REDIRECT_URL = reverse_lazy('index')
|
||||
ACCOUNT_ACTIVATION_DAYS = 7
|
||||
REGISTRATION_AUTO_LOGIN = True
|
||||
|
||||
|
||||
# IRC module stuff
|
||||
|
||||
# karma
|
||||
|
||||
@@ -21,6 +21,5 @@ urlpatterns = [
|
||||
url(r'^races/', include('races.urls')),
|
||||
url(r'^weather/', include('weather.urls')),
|
||||
|
||||
url(r'^accounts/', include('registration.backends.default.urls')),
|
||||
url(r'^admin/', admin.site.urls),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user