Document upload and metadata input working
This commit is contained in:
0
apps/web_theme/conf/__init__.py
Normal file
0
apps/web_theme/conf/__init__.py
Normal file
7
apps/web_theme/conf/settings.py
Normal file
7
apps/web_theme/conf/settings.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.conf import settings
|
||||
|
||||
#Theme options are:
|
||||
#amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark,
|
||||
#kathleene, olive, orange, red, reidb-greenish, warehouse
|
||||
|
||||
THEME = getattr(settings, 'WEB_THEME', 'default')
|
||||
Reference in New Issue
Block a user