mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Changed admin title
This commit is contained in:
parent
e98c20048b
commit
726e8dce48
@ -16,6 +16,8 @@ Including another URLconf
|
||||
from django.conf.urls import url, include
|
||||
from django.contrib import admin
|
||||
|
||||
admin.site.site_header = "InvenTree Admin"
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^stock/', include('stock.urls')),
|
||||
url(r'^part/', include('part.urls')),
|
||||
|
Loading…
Reference in New Issue
Block a user