mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FEAT] Isolate settings from image build and allow PWA customisation
Settings can now be changed without rebuilding the image PWA settings can now be changed
This commit is contained in:
@@ -20,10 +20,8 @@ from django.conf.urls.static import static
|
||||
|
||||
from . import views
|
||||
|
||||
from constance import config
|
||||
|
||||
admin.site.site_header = config.PROJECT_LONG_NAME + " Admin"
|
||||
admin.site.site_title = config.PROJECT_SHORT_NAME + " Admin"
|
||||
admin.site.site_header = settings.PROJECT_LONG_NAME + " Admin"
|
||||
admin.site.site_title = settings.PROJECT_SHORT_NAME + " Admin"
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/',
|
||||
|
||||
Reference in New Issue
Block a user