Skip to content

Commit

Permalink
fix: load modules with command
Browse files Browse the repository at this point in the history
Change-Id: I08ef10bb0b231d1982e95465e4dc517aa88c8f73
  • Loading branch information
Guillaume-sousa committed Apr 15, 2024
1 parent 51b73e5 commit 3f14f6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mdcs/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from django.urls import re_path

from core_main_app.admin import core_admin_site
from core_parser_app.tools.modules.discover import discover_modules

admin.autodiscover()

Expand Down Expand Up @@ -55,6 +54,3 @@
re_path(r"^", include("core_module_text_area_app.urls")),
re_path(r"^pid/", include("core_linked_records_app.urls")),
]

# TODO: see if we can automate the discovery and run it from parser app
discover_modules(urlpatterns)

0 comments on commit 3f14f6b

Please sign in to comment.