evennia/lib/web/webclient/urls.py

8 lines
191 B
Python

"""
This structures the (simple) structure of the
webpage 'application'.
"""
from django.conf.urls import *
urlpatterns = [
url(r'^$', 'src.web.webclient.views.webclient', name="index")]