Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
SjxSubham committed Apr 7, 2024
1 parent e9564d5 commit 7266cda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified mynews/__pycache__/settings.cpython-37.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion mynews/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.2/howto/static-files/

STATIC_URL = '/static/'
STATIC_URL = '/main/static/'

MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
MEDIA_URL = '/media/'
Expand Down

0 comments on commit 7266cda

Please sign in to comment.