Skip to content

Commit

Permalink
Collect static files for django admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakvGhost committed Jul 7, 2023
1 parent ccd3f56 commit f0045e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimeTable/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

STATIC_URL = 'static/'
STATICFILES_DIRS = [BASE_DIR / 'static/']
STATIC_ROOT = BASE_DIR / 'static'
STATIC_ROOT = BASE_DIR / 'statics'
MEDIA_ROOT = BASE_DIR / 'assets'
MEDIA_URL = '/assets/'

Expand Down

0 comments on commit f0045e8

Please sign in to comment.