Skip to content
sina96n edited this page Oct 28, 2021 · 1 revision

Before run the Project :

Open a terminal in the project folder and run these commands:

  • python manage.py makemigrations
  • python manage.py migrate

To deploy the Project :

Run:

  • python manage.py runserver
Clone this wiki locally