setup new static dir
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
c438d90a82
commit
c80fb547bb
1 changed files with 2 additions and 0 deletions
|
@ -101,3 +101,5 @@ USE_TZ = True
|
|||
# https://docs.djangoproject.com/en/1.8/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
|
|
Loading…
Reference in a new issue