Resolve all django deprecation warnings
This commit is contained in:
parent
91b97fc05f
commit
be5f289a8a
8 changed files with 29 additions and 30 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue