setup new static dir

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-05-12 23:44:30 +02:00
parent c438d90a82
commit c80fb547bb
1 changed files with 2 additions and 0 deletions

View File

@ -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')