Remove unused settings

This commit is contained in:
Daoud Clarke 2023-11-19 10:01:04 +00:00
parent 69f6a16cce
commit 56ee43e730
2 changed files with 0 additions and 4 deletions

View File

@ -164,5 +164,3 @@ FOOTER_LINKS = [
]
ENABLE_OLD_API = os.getenv("MWMBL_ENABLE_OLD_API", "false").lower() == "true"

View File

@ -16,12 +16,10 @@ Including another URLconf
"""
from django.contrib import admin
from django.urls import path, include
from django.conf import settings
from mwmbl.api import api_v1, api_original
from mwmbl.views import home_fragment, fetch_url, index
urlpatterns = [
path('admin/', admin.site.urls),
path('api/v1/', api_v1.urls),