mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Possible files that need to be cleanedup; commands/info.py:cmd_list commands/general.py:cmd_who commands/comsys.py:cmd_who cmdtable.py ansi.py
5 lines
116 B
Python
5 lines
116 B
Python
from django.conf.urls.defaults import *
|
|
|
|
urlpatterns = patterns('apps.website.views',
|
|
(r'^$', 'page_index'),
|
|
)
|