Skip to content

Commit

Permalink
ticket:1 fix static files #5
Browse files Browse the repository at this point in the history
  • Loading branch information
skl1f committed Apr 22, 2015
1 parent 3afaa41 commit c556146
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fortytwo_test_task/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
SECRET_KEY = 'x=c0_e(onjn^80irdy2c221#)2t^qi&6yrc$31i(&ti*_jf3l8'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False

TEMPLATE_DEBUG = True

Expand Down Expand Up @@ -111,8 +111,7 @@
# Put strings here, like "/home/html/static" or "C:/www/django/static".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
os.path.join(BASE_DIR, 'assets'),
os.path.join(BASE_DIR, 'apps/hello/static'),
os.path.join(BASE_DIR, 'static'),
)

# Static files fix
Expand Down

0 comments on commit c556146

Please sign in to comment.