Django CRUD Example

How to Run

  • You must have installed Django and python3 locally

Linux

$ make server

Windows

$ python3 manage.py runserver 8080

Useful commands

$ make cm n={name} // create migration for spec app
$ make dm // execute migration
$ make create n={name} // creating new app with spec name