Migrating models, many admin tweaks
This commit is contained in:
parent
a7f1e24c9c
commit
1bdcafcef4
15 changed files with 211 additions and 25 deletions
|
|
@ -22,7 +22,7 @@ if settings.EVENNIA_ADMIN:
|
|||
|
||||
urlpatterns += [
|
||||
# Our override for the admin.
|
||||
url("^/$", frontpage.evennia_admin, name="evennia_admin"),
|
||||
url("^$", frontpage.evennia_admin, name="evennia_admin"),
|
||||
# Makes sure that other admin pages get loaded.
|
||||
url(r"^/", admin.site.urls),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue