X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Fsettings.py;h=bb9e74ad22388bb1dd7a4f56fd2d9209af73a281;hb=7a3fcd0eed5066b3189d79729e95e98167988481;hp=4a19345c8593645fb2c75070f22fb3c2ad17eb84;hpb=b8a2aa21a0a84e867191f5d798bf68b4353bd7b5;p=unfold.git diff --git a/myslice/settings.py b/myslice/settings.py index 4a19345c..bb9e74ad 100644 --- a/myslice/settings.py +++ b/myslice/settings.py @@ -154,10 +154,17 @@ INSTALLED_APPS = ( # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', 'portal', - 'django.contrib.formtools', -# 'crispy_forms', +# DEPRECATED # 'django.contrib.formtools', +# DEPRECATED ## 'crispy_forms', +# DEPRECATED # +# DEPRECATED # # User registration +# DEPRECATED # 'django.contrib.auth', +# DEPRECATED # 'django.contrib.sites', +# DEPRECATED # 'registration', ) +ACCOUNT_ACTIVATION_DAYS = 7 # One-week activation window; you may, of course, use a different value. + # A sample logging configuration. The only tangible logging # performed by this configuration is to send an email to # the site admins on every HTTP 500 error when DEBUG=False.