Create, and test django application to replace current Flask api. Should include all current routes and address pagination, admin panel and extending to other newer features.
[ ] Create django app
[ ] Create New response structure
[ ] Use rest_framework to create api and serializers
[ ] Update api documentation for models and routes
[ ] Include proper permissions, pagination and roles
Create, and test django application to replace current Flask api. Should include all current routes and address pagination, admin panel and extending to other newer features.