Skip to content

Commit

Permalink
Remove autoconfig, no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Mar 17, 2024
1 parent 95f9636 commit 6b36f05
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 79 deletions.
Empty file removed apps/autoconfig/__init__.py
Empty file.
6 changes: 0 additions & 6 deletions apps/autoconfig/apps.py

This file was deleted.

25 changes: 0 additions & 25 deletions apps/autoconfig/templates/autoconfig/client_config.xml

This file was deleted.

22 changes: 0 additions & 22 deletions apps/autoconfig/tests.py

This file was deleted.

7 changes: 0 additions & 7 deletions apps/autoconfig/urls.py

This file was deleted.

16 changes: 0 additions & 16 deletions apps/autoconfig/views.py

This file was deleted.

3 changes: 0 additions & 3 deletions onlineweb4/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ def get_context_data(self, **kwargs):
re_path(r"^dashboard/article/", include("apps.article.dashboard.urls")),
]

if "apps.autoconfig" in settings.INSTALLED_APPS:
urlpatterns += [re_path(r"^mail/", include("apps.autoconfig.urls"))]

if "apps.authentication" in settings.INSTALLED_APPS:
urlpatterns += [
# our config is kinda wack for API-s, this is only here to import the file that sets stuff for SharedAPIRouter
Expand Down

0 comments on commit 6b36f05

Please sign in to comment.