Moving.
This commit is contained in:
parent
2421c23521
commit
b9b62c2f8f
30 changed files with 0 additions and 0 deletions
9
trunk/urls.py
Executable file
9
trunk/urls.py
Executable 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')),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue