Skip to content

vsmutok/django-Todo-list

Repository files navigation

Todo-list

service for maintaining to-do lists, create in Django

Installation

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

Interface images:

home page

Website interface

Tags list

Website interface

Create task

Website interface

Delete task

Website interface

Update tag

Website interface

About

Todo-list Django project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published