Resolve all django deprecation warnings

This commit is contained in:
Griatch 2018-09-27 21:20:54 +02:00
parent 91b97fc05f
commit be5f289a8a
8 changed files with 29 additions and 30 deletions

View file

@ -5,5 +5,6 @@ webpage 'application'.
from django.conf.urls import *
from evennia.web.webclient import views as webclient_views
app_name = "webclient"
urlpatterns = [
url(r'^$', webclient_views.webclient, name="index")]