Browse Source

make django-registration optional

Natenom/support-murmur-13-1446181288462
Michael Ziegler 14 years ago
parent
commit
13f28876b7
  1. 3
      pyweb/settings.py

3
pyweb/settings.py

@ -261,7 +261,6 @@ INSTALLED_APPS = [
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'registration',
'mumble',
]
@ -282,4 +281,6 @@ modprobe( "rosetta" )
# Check if django_extensions is available.
modprobe( "django_extensions" )
modprobe( 'registration' )
modprobe( "django_evolution" )
Loading…
Cancel
Save