Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Rest FrameWork Generic Template

This is a generic template for DRF Api using typical Product-Order example !

✨ Features

  • Added Models: Product, Order and OrderItems models
  • Serializers: Serializer for the models and nested serializers added
  • Class Based Views:Included both function based views and class based views
  • Silk Request Monitoring:Include silk for request monitoring
  • Permisions and Testing Permissions:To check and give response for unauthenticated request

make migrations and migrate

python3 manage.py makemigrations 

python3 manage.py migrate

Run the Project with

python3 manage.py runserver

About

A custom shop api template using django rest-frame-work

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages