Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 224 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 224 Bytes

django-rest-boilerplate

Boilerplate for creating RESTful APIs with Django Rest Framework.

  • docker-compose -f docker-compose.dev.yml up --build

To create requirements.txt:

  • Run : pipenv lock -r > requirements.txt