More settings

This commit is contained in:
Damillora 2020-12-15 22:56:35 +01:00
parent 6d92aeca74
commit fdbc1e7560
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -129,3 +129,4 @@ dmypy.json
.pyre/
altessimo/production.py
static/

View File

@ -123,6 +123,4 @@ USE_TZ = True
STATIC_URL = '/static/'
STATICFILES_DIRS = [
BASE_DIR / "static",
]
STATIC_ROOT = BASE_DIR / 'static'