Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Remove modules
Browse files Browse the repository at this point in the history
  • Loading branch information
xabiugarte committed May 22, 2019
1 parent e4e9ec9 commit 7a03375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/first/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
INSTALLED_APPS = [
'www.apps.WwwConfig',
'engines.apps.EnginesConfig',
'django.contrib.admin',
# 'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
Expand Down
2 changes: 1 addition & 1 deletion server/first/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

handler404 = 'www.views.handler404'

# path(r'admin', admin.site.urls),
urlpatterns = [
path(r'admin', admin.site.urls),
path(r'api', include('rest.urls')),
path(r'', include('www.urls')),
]

0 comments on commit 7a03375

Please sign in to comment.