Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hunter T Jozwiak
whats-open
Commits
de9ef825
Verified
Commit
de9ef825
authored
Jul 22, 2017
by
David Haynes
🙆
Browse files
Enable admin docs
- yay Closes
#52
parent
4836ea4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
requirements/base.txt
View file @
de9ef825
...
@@ -13,4 +13,5 @@ django-filter==1.0.4
...
@@ -13,4 +13,5 @@ django-filter==1.0.4
django-crispy-forms==1.6.1
django-crispy-forms==1.6.1
markdown==2.6.8
markdown==2.6.8
coreapi==2.3.1
coreapi==2.3.1
urllib3==1.22
urllib3==1.22
\ No newline at end of file
docutils==0.13.1
\ No newline at end of file
whats-open/settings/urls.py
View file @
de9ef825
...
@@ -20,12 +20,12 @@ urlpatterns = [
...
@@ -20,12 +20,12 @@ urlpatterns = [
# / - Load in all urls from the `api` app
# / - Load in all urls from the `api` app
url
(
r
'^'
,
include
(
'api.urls'
)),
url
(
r
'^'
,
include
(
'api.urls'
)),
# /admin - The admin panels
url
(
r
'^admin/'
,
include
(
admin
.
site
.
urls
)),
# /admin/docs - Documentation for admin
# /admin/docs - Documentation for admin
url
(
r
'^admin/doc/'
,
include
(
'django.contrib.admindocs.urls'
)),
url
(
r
'^admin/doc/'
,
include
(
'django.contrib.admindocs.urls'
)),
# /admin - The admin panels
url
(
r
'^admin/'
,
include
(
admin
.
site
.
urls
)),
# /api-auth - API Auth page
# /api-auth - API Auth page
url
(
r
'^api-auth/'
,
include
(
'rest_framework.urls'
,
namespace
=
'rest_framework'
)),
url
(
r
'^api-auth/'
,
include
(
'rest_framework.urls'
,
namespace
=
'rest_framework'
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment