Add Photo model & templates

This commit is contained in:
Nyymix 2025-01-05 17:26:09 +02:00
parent 9a483b2a7f
commit f04beb3aaa
9 changed files with 123 additions and 11 deletions

View file

@ -25,4 +25,5 @@ urlpatterns = [
]
if settings.DEBUG:
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)