Customize look of sidebar and frontpage
This commit is contained in:
parent
d11ab6d0ee
commit
3aeb19002f
3 changed files with 68 additions and 9 deletions
|
|
@ -18,7 +18,10 @@ urlpatterns = [
|
|||
url(r"/doc/", include("django.contrib.admindocs.urls")),
|
||||
]
|
||||
|
||||
admin.site.site_header = "Evennia web admin"
|
||||
|
||||
if settings.EVENNIA_ADMIN:
|
||||
|
||||
urlpatterns += [
|
||||
# Our override for the admin.
|
||||
url("^/$", frontpage.evennia_admin, name="evennia_admin"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue