mirror of
https://github.com/Damillora/Altessimo
synced 2024-11-21 13:37:32 +00:00
More settings
This commit is contained in:
parent
6d92aeca74
commit
fdbc1e7560
1
.gitignore
vendored
1
.gitignore
vendored
@ -129,3 +129,4 @@ dmypy.json
|
||||
.pyre/
|
||||
|
||||
altessimo/production.py
|
||||
static/
|
||||
|
@ -123,6 +123,4 @@ USE_TZ = True
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
BASE_DIR / "static",
|
||||
]
|
||||
STATIC_ROOT = BASE_DIR / 'static'
|
||||
|
Loading…
Reference in New Issue
Block a user