Skip to content

Commit

Permalink
remove menu app
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Feb 18, 2025
1 parent ad6ca7b commit 6b08341
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 410 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Helper texts for some ordered content sets
### Removed
- Locale field on exports
- Remove menu app
-->

## v1.4.0 - 2024-12-18
Expand Down
1 change: 0 additions & 1 deletion contentrepo/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
INSTALLED_APPS = [
"home",
"search",
"menu",
"wagtail.contrib.forms",
"wagtail.contrib.redirects",
"wagtail.contrib.settings",
Expand Down
7 changes: 0 additions & 7 deletions contentrepo/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

from home import views as home_views
from home.api import api_router
from menu import views as menu_views
from search import views as search_views

from drf_spectacular.views import ( # isort:skip
Expand All @@ -30,11 +29,6 @@
path("admin/", include(wagtailadmin_urls)),
path("documents/", include(wagtaildocs_urls)),
path("search/", search_views.search, name="search"),
path("mainmenu/", menu_views.mainmenu, name="mainmenu"),
path("submenu/", menu_views.submenu, name="submenu"),
path("randommenu/", menu_views.randommenu, name="randommenu"),
path("faqmenu/", menu_views.faqmenu, name="faqmenu"),
path("suggestedcontent/", menu_views.suggestedcontent, name="suggestedcontent"),
path("api/schema/", SpectacularAPIView.as_view(), name="schema"),
path(
"api/schema/swagger-ui/",
Expand All @@ -46,7 +40,6 @@
SpectacularRedocView.as_view(url_name="schema"),
name="redoc",
),
path("api/whatsapptemplates/", menu_views.randommenu, name="whatsapptemplate"),
]


Expand Down
Empty file removed menu/__init__.py
Empty file.
Empty file removed menu/tests/__init__.py
Empty file.
205 changes: 0 additions & 205 deletions menu/tests/test_views.py

This file was deleted.

7 changes: 0 additions & 7 deletions menu/utils.py

This file was deleted.

Loading

0 comments on commit 6b08341

Please sign in to comment.