فهرست منبع

Add empty apps for demo

Edd Baldry 8 سال پیش
والد
کامیت
e4bc43f219

BIN
bakerydemo/.DS_Store


+ 0 - 0
bakerydemo/base/__init__.py


+ 0 - 0
bakerydemo/base/migrations/__init__.py


+ 0 - 0
bakerydemo/blog/__init__.py


+ 0 - 0
bakerydemo/blog/migrations/__init__.py


+ 0 - 0
bakerydemo/breads/__init__.py


+ 0 - 0
bakerydemo/breads/migrations/__init__.py


+ 0 - 0
bakerydemo/locations/__init__.py


+ 0 - 0
bakerydemo/locations/migrations/__init__.py


BIN
bakerydemo/settings/__pycache__/base.cpython-34.pyc


+ 4 - 1
bakerydemo/settings/base.py

@@ -24,7 +24,10 @@ BASE_DIR = os.path.dirname(PROJECT_DIR)
 # Application definition
 
 INSTALLED_APPS = [
-    # 'bakerydemo.home',
+    'bakerydemo.base',
+    'bakerydemo.blog',
+    'bakerydemo.breads',
+    'bakerydemo.locations',
     # 'bakerydemo.search',
 
     'wagtail.contrib.wagtailsearchpromotions',