mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Fix the Auth section not showing up in automatic admin.
This commit is contained in:
parent
f0c129f730
commit
214534a86f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from django.conf.urls.defaults import *
|
|||
from django.conf import settings
|
||||
from django.contrib import admin
|
||||
|
||||
#admin.autodiscover()
|
||||
admin.autodiscover()
|
||||
|
||||
urlpatterns = patterns('',
|
||||
# User Authentication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue