Add bootstrap and test. Py3.4 by default, move to django_cas_ng and fnpdeploy.
[fnp-django-template.git] / src / src / project_name / settings / apps.py
index 1ab943f..bf246ff 100644 (file)
@@ -1,12 +1,9 @@
 INSTALLED_APPS = (
     '{{ project_name }}',
     'fnpdjango',
-    'south',
     'pipeline',
     # Disable, if not using Piwik.
     'piwik',
-    # Disable, if not using CAS.
-    'django_cas',
 
     'django.contrib.auth',
     'django.contrib.contenttypes',