Skip to content

Commit

Permalink
static assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Apr 17, 2024
1 parent e52817f commit 07bf745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dogconfig/dogproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
MEDIA_ROOT = ''
STATIC_URL = '/static/'
STATIC_ROOT = join(PROJECT_DIR,
'../../dogapi/dogapi/assets')
STATICFILES_DIRS = (join(BASE_DIR, 'DOGapp/static'))
'../../assets')
STATICFILES_DIRS = (join(BASE_DIR, 'dogapp/static'))

STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
Expand Down

0 comments on commit 07bf745

Please sign in to comment.