Skip to content

Commit

Permalink
in case this matters…
Browse files Browse the repository at this point in the history
  • Loading branch information
gedankenstuecke committed Nov 7, 2018
1 parent 9662c51 commit de69866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oh_proj_management/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ def to_bool(string, default):

STATIC_URL = '/static/'

STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')

# Extra places for collectstatic to find static files.
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static'),
]

STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')


# Simplified static file serving.
# https://warehouse.python.org/project/whitenoise/

Expand Down

0 comments on commit de69866

Please sign in to comment.