Skip to content

My vision of proper Django REST Framework template

License

Notifications You must be signed in to change notification settings

DiceNameIsMy/proper-DRF-startup

Repository files navigation

proper-DRF-startup

My vision of proper(but not perfect) Django REST Framework template

Setup for development

pipenv run setup

Run images(after setup)

pipenv run server

Run tests(after setup)

pipenv run db
pipenv run test