Skip to content

Commit

Permalink
Merge pull request #32 from xabiugarte/master
Browse files Browse the repository at this point in the history
Remove modules
  • Loading branch information
xabiugarte committed May 22, 2019
2 parents 7ef7941 + 7a03375 commit 1ba5117
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 1ba5117

Please sign in to comment.