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 = (
'shelfs',
'sales',
'members_space',
'administration'
# 'tests'
)
......@@ -102,6 +103,7 @@ STATICFILES_DIRS = (
"shelfs/static",
"orders/static",
"members_space/static",
"administration/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