Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
36adede4
Commit
36adede4
authored
6 years ago
by
Bruno Martin
Browse files
Options
Download
Email Patches
Plain Diff
django 2.1 compatibility needed fixes
parent
fcfdc321
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
base_django_project/users/urls.py
base_django_project/users/urls.py
+1
-0
requirements/base.txt
requirements/base.txt
+1
-1
No files found.
base_django_project/users/urls.py
View file @
36adede4
...
...
@@ -10,6 +10,7 @@ router = SimpleRouter()
router
.
register
(
r
''
,
views
.
UserViewSet
)
# router.register(r'^me/$', views.UserViewSet, base_name='me')
app_name
=
'users'
urlpatterns
=
[
url
(
regex
=
r
'^key/$'
,
...
...
This diff is collapsed.
Click to expand it.
requirements/base.txt
View file @
36adede4
...
...
@@ -50,4 +50,4 @@ pygments==2.3.1
markdown==3.0.1
django-crispy-forms==1.7.2
django-autoslug==1.9.
3
django-autoslug==1.9.
4
This diff is collapsed.
Click to expand it.
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