Skip to content

Commit

Permalink
Remove admin config files
Browse files Browse the repository at this point in the history
This wasn't used anymore
  • Loading branch information
rolandgeider committed Jan 24, 2024
1 parent 8ba90ad commit e4513bd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 95 deletions.
41 changes: 0 additions & 41 deletions wger/exercises/admin.py

This file was deleted.

29 changes: 0 additions & 29 deletions wger/manager/admin.py

This file was deleted.

3 changes: 0 additions & 3 deletions wger/urls.py
Expand Up @@ -53,8 +53,6 @@
from wger.weight.api import views as weight_api_views


# admin.autodiscover()

#
# REST API
#
Expand Down Expand Up @@ -219,7 +217,6 @@
# The actual URLs
#
urlpatterns = i18n_patterns(
# url(r'^admin/', admin.site.urls),
path('', include(('wger.core.urls', 'core'), namespace='core')),
path('routine/', include(('wger.manager.urls', 'manager'), namespace='manager')),
path('exercise/', include(('wger.exercises.urls', 'exercise'), namespace='exercise')),
Expand Down
22 changes: 0 additions & 22 deletions wger/weight/admin.py

This file was deleted.

0 comments on commit e4513bd

Please sign in to comment.