mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FEAT] Add Bootstrap theming through admin dashboard
This commit is contained in:
@@ -17,6 +17,7 @@ from django.contrib import admin
|
||||
from django.conf import settings
|
||||
from django.urls import include, path
|
||||
from django.conf.urls.static import static
|
||||
from bootstrap_customizer import urls as bootstrap_customizer_urls
|
||||
|
||||
from . import views
|
||||
|
||||
@@ -55,4 +56,7 @@ urlpatterns = [
|
||||
|
||||
path('accounts/',
|
||||
include('allauth.urls')),
|
||||
|
||||
path('bootstrap_customizer',
|
||||
include(bootstrap_customizer_urls)),
|
||||
] # yapf: disable
|
||||
|
||||
Reference in New Issue
Block a user