Add local_settings.py

Brightcells 7 years ago
parent
commit
b7613982e7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tamrondb/settings.py

+ 5 - 0
tamrondb/settings.py

@@ -147,3 +147,8 @@ STATICFILES_FINDERS = (
147 147
 MEDIA_ROOT = os.path.join(BASE_DIR, 'media').replace('\\', '/')
148 148
 
149 149
 MEDIA_URL = '/media/'
150
+
151
+try:
152
+    from local_settings import *
153
+except ImportError:
154
+    pass