REST API added
general/admin.py
0 → 100644
... | ... | @@ -4,6 +4,10 @@ django_heroku==0.3.1 |
gunicorn==19.7.1 | ||
psycopg2-binary==2.7.4 | ||
git+https://github.com/mingchen/django-cas-ng.git@23e755c61d58c957a056c7a321272ab5888797a9#egg=django-cas-ng | ||
djangorestframework==3.8.2 # Django REST Framework | ||
markdown==2.6.11 # Complement for Django REST framework | ||
django-filter==1.1.0 # Support filter in REST API | ||
coreapi==2.3.3 # Automatic API doc generation | ||
Pillow==5.0.0 | ||
django-imagekit==4.0.2 | ||
django-reversion==2.0.13 | ||
... | ... |
Please register or sign in to comment