make an empty folder and open it in vscode or pycharm
- Clone the repository:
git clone https://github.com/HassanKhan610/django-backend.git
- Python 3.13.2
- pip 25.1.1
- virtualenv -> python -m venv .venv -> .venv/Scripts/activate
OR use one from ctrl + shift + p and select create environment, then select venv and done it will activate itself
once your virtual env is setup navigate to task_manager directory and then run pip install -r requirements.txt
python manage.py makemigrations python manage.py migrate python manage.py createsuperuser
python manage.py runserver