Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
punkyoon committed Feb 14, 2017
1 parent ce2cff6 commit 72e2859
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coding_night_live/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def get_secret(setting, secret=secret):

ALLOWED_HOSTS = ['*']


# Application definition

INSTALLED_APPS = [
Expand Down Expand Up @@ -189,4 +188,3 @@ def get_secret(setting, secret=secret):

STATIC_URL = '/static/'
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static'), ] #static files DIR
#STATIC_ROOT = os.path.join(BASE_DIR, 'collected')

0 comments on commit 72e2859

Please sign in to comment.