Commits on Source (2)
-
robinwilliam.hundt authored
-
Dominik Seeger authored
Showing
- .gitlab-ci.yml 3 additions, 1 deletion.gitlab-ci.yml
- core/migrations/0018_auto_20190709_1526.py 23 additions, 0 deletionscore/migrations/0018_auto_20190709_1526.py
- core/models/feedback.py 3 additions, 0 deletionscore/models/feedback.py
- core/serializers/feedback.py 10 additions, 1 deletioncore/serializers/feedback.py
- core/views/feedback.py 2 additions, 5 deletionscore/views/feedback.py
- requirements.dev.txt 1 addition, 1 deletionrequirements.dev.txt
- requirements.txt 3 additions, 3 deletionsrequirements.txt
core/migrations/0018_auto_20190709_1526.py
0 → 100644
django-cors-headers~=2.4.0 | ||
django-extensions~=2.1 | ||
djangorestframework-jwt~=1.11.0 | ||
djangorestframework~=3.8 | ||
git+https://github.com/robinhundt/djangorestframework-camel-case | ||
Django~=2.1 | ||
djangorestframework>=3.9, <3.10 | ||
git+https://gitlab.gwdg.de/grady-corp/djangorestframework-camel-case.git | ||
Django>=2.1, <2.2 | ||
drf-yasg~=1.12.0 | ||
gunicorn~=19.9.0 | ||
psycopg2-binary~=2.7.0 | ||
... | ... |