Skip to content

Commit

Permalink
fixed coding convention
Browse files Browse the repository at this point in the history
  • Loading branch information
punkyoon committed Mar 3, 2017
1 parent 6deb74d commit 6453775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ def handle(self, *args, **options):
admin.is_active = True
admin.is_admin = True
admin.save()

2 changes: 1 addition & 1 deletion coding_night_live/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,5 @@ def get_secret(setting, secret=secret):
# https://docs.djangoproject.com/en/1.10/howto/static-files/

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

0 comments on commit 6453775

Please sign in to comment.