Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
chocapix-server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Camille MASSET
chocapix-server
Commits
a1cdcdc8
Verified
Commit
a1cdcdc8
authored
Nov 24, 2019
by
Camille MASSET
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable django_filters as an app
parent
a00d954a
Pipeline
#6436
failed with stage
in 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
bars_django/settings/common.py
bars_django/settings/common.py
+1
-0
environment.yml
environment.yml
+1
-1
No files found.
bars_django/settings/common.py
View file @
a1cdcdc8
...
...
@@ -59,6 +59,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles'
,
# 'django_extensions',
'rest_framework'
,
'django_filters'
,
'corsheaders'
,
# 'rest_framework_swagger',
'bars_core'
,
...
...
environment.yml
View file @
a1cdcdc8
...
...
@@ -15,7 +15,7 @@ dependencies:
-
django-cors-headers==2.3.0
# - django-debug-toolbar==1.9.1
# - django-extensions==1.7.0
-
django-filter==
1.1.0
-
django-filter==
2.0.*
-
django-permission==0.9.1
# - django-rest-swagger==0.3.10
-
django==2.0.*
...
...
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