Remove unused settings
This commit is contained in:
parent
69f6a16cce
commit
56ee43e730
2 changed files with 0 additions and 4 deletions
|
@ -164,5 +164,3 @@ FOOTER_LINKS = [
|
|||
|
||||
|
||||
]
|
||||
|
||||
ENABLE_OLD_API = os.getenv("MWMBL_ENABLE_OLD_API", "false").lower() == "true"
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue