Moved Shell backend into a separate app

shell
Karl Hobley 2020-11-27 16:48:14 +00:00
rodzic fbbf584c63
commit 23653208c8
6 zmienionych plików z 9 dodań i 4 usunięć

3
.gitmodules vendored
Wyświetl plik

@ -4,3 +4,6 @@
[submodule "wagtail-localize"]
path = wagtail-localize
url = https://github.com/wagtail/wagtail-localize.git
[submodule "wagtail-shell"]
path = wagtail-shell
url = https://github.com/kaedroho/wagtail-shell.git

Wyświetl plik

@ -38,7 +38,7 @@ INSTALLED_APPS = [
'bakerydemo.search',
'wagtail_localize',
'wagtail.shell',
'wagtail_shell',
'wagtail.contrib.search_promotions',
'wagtail.contrib.forms',
@ -84,7 +84,7 @@ MIDDLEWARE = [
'wagtail.contrib.redirects.middleware.RedirectMiddleware',
'wagtail.shell.middleware.WagtailShellMiddleware',
'wagtail_shell.middleware.WagtailShellMiddleware',
]
ROOT_URLCONF = 'bakerydemo.urls'

Wyświetl plik

@ -1,6 +1,7 @@
Django>=3.1,<3.2
django-dotenv==1.4.1
-e ./wagtail[testing]
-e ./wagtail-shell[testing]
-e ./wagtail-localize[testing]
wagtailfontawesome>=1.1.3,<1.2
Pillow>=6.2.0,<6.3

@ -1 +1 @@
Subproject commit 1c1b155a846449204e78b756fc0355870f704e8e
Subproject commit a8b5b59043eefa91548da77e361ec1ce4e9a981f

@ -1 +1 @@
Subproject commit fc91d832170b987ec54e81eb049333dbe59c6612
Subproject commit 99db76d307f968fb9a454f8b35fca5419bd431a6

1
wagtail-shell 160000

@ -0,0 +1 @@
Subproject commit b1c4bb69d790a26361556797bff0f2784b8e799b