Re-organization.

This commit is contained in:
Greg Taylor 2007-04-03 13:42:51 +00:00
parent 5db3ae2933
commit 5421ab7f6e
38 changed files with 0 additions and 0 deletions

9
urls.py Executable file
View file

@ -0,0 +1,9 @@
from django.conf.urls.defaults import *
urlpatterns = patterns('',
# Example:
# (r'^evennia/', include('evennia.apps.foo.urls.foo')),
# Uncomment this for admin:
(r'^admin/', include('django.contrib.admin.urls')),
)