Online Compiler

How to setup Locally:

  1. Navigate to main directory (the one with manage.py file) , open up CMD and run the following command
python manage.py makemigrations
python manage.py migrate
  1. Now that migrations are complete, simply run
python manage.py runserver

This will run a server locally. Now you can acces the app through a browser using URL in the terminal.