khushi818 / Elevator_problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elevator_problem

Clone the repository to your local machine.

  • create a virtual environment by running python3 -m venv env
  • Activate the virtual environment by running source env/bin/activate on Linux/macOS or env\Scripts\activate on Windows
  • Install the required Python packages by running pip install -r requirements.txt
  • In settings folder, change DEBUG = TRUE in base file
    • Then, python manage.py makemigrations

      python manage.py migrate

      python manage.py runserver

About


Languages

Language:Python 100.0%