service for maintaining to-do lists, create in Django
Python3 must be already installed
git clone https://github.com/Vasyl-Smutok/django-Todo-list.git
cd taxi_service
python3 -m venv venv
source venv/bin/activate #on macOS
venv\Scripts\activate #on Windows
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser #create your super user
python manage.py runserver # start Django Server