1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

🍻 Make coffee, closes #54

This commit is contained in:
Yohann D'ANELLO
2020-08-10 15:36:41 +02:00
parent ccfc1e74ac
commit 3a52af33a2
3 changed files with 10 additions and 4 deletions

View File

@ -31,6 +31,9 @@ urlpatterns = [
path('accounts/', include('django.contrib.auth.urls')),
path('api/', include('api.urls')),
path('permission/', include('permission.urls')),
# Make coffee
path('coffee/', include('django_htcpcp_tea.urls')),
]
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)