Skip to content

Commit

Permalink
Commited
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinbdndev committed Mar 8, 2022
1 parent eb1e431 commit 990e8c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified sendinformationform/__pycache__/urls.cpython-39.pyc
Binary file not shown.
5 changes: 3 additions & 2 deletions sendinformationform/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
]


urlpatterns += static(settings.STATIC_URL , document_root = settings.STATIC_ROOT)
urlpatterns += static(settings.MEDIA_URL , document_root = settings.MEDIA_ROOT)
if (settings.DEBUG):
urlpatterns += static(settings.STATIC_URL , document_root = settings.STATIC_ROOT)
urlpatterns += static(settings.MEDIA_URL , document_root = settings.MEDIA_ROOT)

0 comments on commit 990e8c8

Please sign in to comment.