First steps with the api
api/__init__.py
0 → 100644
api/admin.py
0 → 100644
api/migrations/__init__.py
0 → 100644
api/models.py
0 → 100644
api/tests.py
0 → 100644
api/urls.py
0 → 100644
api/views/__init__.py
0 → 100644
api/views/api.py
0 → 100644
api/views/serializers.py
0 → 100644
core/views/api.py
deleted
100644 → 0
... | @@ -5,3 +5,4 @@ mistune | ... | @@ -5,3 +5,4 @@ mistune |
django-jinja | django-jinja | ||
pyopenssl | pyopenssl | ||
pytz | pytz | ||
djangorestframework |
Please register or sign in to comment