added django app for content
created models, seralizers and views for the app added Pillow to requirements for image support
parent
268325b2
No related branches found
No related tags found
Showing
- backend/secfit/content/__init__.py 0 additions, 0 deletionsbackend/secfit/content/__init__.py
- backend/secfit/content/admin.py 5 additions, 0 deletionsbackend/secfit/content/admin.py
- backend/secfit/content/apps.py 5 additions, 0 deletionsbackend/secfit/content/apps.py
- backend/secfit/content/migrations/0001_initial.py 29 additions, 0 deletionsbackend/secfit/content/migrations/0001_initial.py
- backend/secfit/content/migrations/__init__.py 0 additions, 0 deletionsbackend/secfit/content/migrations/__init__.py
- backend/secfit/content/models.py 15 additions, 0 deletionsbackend/secfit/content/models.py
- backend/secfit/content/serializers.py 11 additions, 0 deletionsbackend/secfit/content/serializers.py
- backend/secfit/content/tests.py 3 additions, 0 deletionsbackend/secfit/content/tests.py
- backend/secfit/content/urls.py 8 additions, 0 deletionsbackend/secfit/content/urls.py
- backend/secfit/content/views.py 44 additions, 0 deletionsbackend/secfit/content/views.py
- backend/secfit/requirements.txt 0 additions, 0 deletionsbackend/secfit/requirements.txt
- backend/secfit/secfit/settings.py 1 addition, 0 deletionsbackend/secfit/secfit/settings.py
- backend/secfit/secfit/urls.py 1 addition, 0 deletionsbackend/secfit/secfit/urls.py
- requirements.txt 0 additions, 0 deletionsrequirements.txt
backend/secfit/content/__init__.py
0 → 100644
backend/secfit/content/admin.py
0 → 100644
backend/secfit/content/apps.py
0 → 100644
backend/secfit/content/models.py
0 → 100644
backend/secfit/content/serializers.py
0 → 100644
backend/secfit/content/tests.py
0 → 100644
backend/secfit/content/urls.py
0 → 100644
backend/secfit/content/views.py
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment