Commit b2704620 by François C.

Add administration module to settings_example.py

parent 5f370671
Pipeline #2575 failed with stage
in 1 minute 22 seconds
...@@ -54,6 +54,7 @@ INSTALLED_APPS = ( ...@@ -54,6 +54,7 @@ INSTALLED_APPS = (
'shelfs', 'shelfs',
'sales', 'sales',
'members_space', 'members_space',
'administration'
# 'tests' # 'tests'
) )
...@@ -102,6 +103,7 @@ STATICFILES_DIRS = ( ...@@ -102,6 +103,7 @@ STATICFILES_DIRS = (
"shelfs/static", "shelfs/static",
"orders/static", "orders/static",
"members_space/static", "members_space/static",
"administration/static"
# "tests/static" # "tests/static"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment