mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
This should get all of the web stuff working peachy again.
This commit is contained in:
parent
1e1752bdf3
commit
5bf1461d75
3 changed files with 5 additions and 2 deletions
|
|
@ -60,8 +60,8 @@
|
|||
<div class="subHeader">
|
||||
<span class="doNotDisplay">Navigation:</span>
|
||||
<a href="/">Home</a> |
|
||||
<a href="/about/">About</a> |
|
||||
<a href="/tbi">Documentation</a> |
|
||||
<a href="http://evennia.com/">About</a> |
|
||||
<a href="http://evennia.com/">Documentation</a> |
|
||||
<a href="/admin/">Admin Interface</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ from django.conf.urls.defaults import *
|
|||
from django.conf import settings
|
||||
from django.contrib import admin
|
||||
|
||||
admin.autodiscover()
|
||||
|
||||
urlpatterns = patterns('',
|
||||
# User Authentication
|
||||
url(r'^accounts/login', 'django.contrib.auth.views.login'),
|
||||
|
|
|
|||
|
|
@ -179,6 +179,7 @@ INSTALLED_APPS = (
|
|||
'django.contrib.contenttypes',
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.admindocs',
|
||||
'django.contrib.flatpages',
|
||||
'src.config',
|
||||
'src.objects',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue