added needed settings + fix missing import
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from app.settings import *
|
||||
|
||||
INSTALLED_APPS += [
|
||||
'bootstrap4',
|
||||
@@ -16,3 +17,7 @@ BOOTSTRAP4 = {
|
||||
'crossorigin': 'anonymous',
|
||||
}
|
||||
}
|
||||
|
||||
STATIC_URL = "/cresus/static/"
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, "static/")
|
||||
FORCE_SCRIPT_NAME = "/cresus"
|
||||
|
||||
Reference in New Issue
Block a user