Skip to content

Commit 58993e1

Browse files
committed
set app_name
1 parent 0bb9ca8 commit 58993e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmpp_http_upload/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
from . import views
2222

23+
app_name = 'xmpp_http_upload'
2324
urlpatterns = [
2425
url(r'^slot/$', views.RequestSlotView.as_view(), name='slot'),
2526
url(r'^max_size/$', views.MaxSizeView.as_view(), name='max_size'),

0 commit comments

Comments
 (0)