Skip to content

Commit

Permalink
Merge pull request #140 from seanmorley15/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
seanmorley15 authored Jul 24, 2024
2 parents f1748a2 + 6a5e8ba commit f6aa5f0
Show file tree
Hide file tree
Showing 5 changed files with 34,334 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/server/main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
# STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]


# TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'templates')]
Expand Down
Loading

0 comments on commit f6aa5f0

Please sign in to comment.