Add bootstrap and test. Py3.4 by default, move to django_cas_ng and fnpdeploy.
[fnp-django-template.git] / src / src / project_name / settings / basic.py
index da47145..f5dcfb8 100644 (file)
@@ -18,6 +18,10 @@ DATABASES = {
 
 SITE_ID = 1
 
+SILENCED_SYSTEM_CHECKS = [
+    '1_6.W001',
+    ]
+
 # List of callables that know how to import templates from various sources.
 TEMPLATE_LOADERS = (
     'django.template.loaders.filesystem.Loader',