Skip to content

KittNeKit/Todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-list

This is a simple Todo List project implemented using Python and Django framework. The project allows users to create, manage, and track their tasks in a convenient way.

Installation

  1. Clone the repository:
git clone https://github.com/your-username/Todo-list
  1. Change to the project's directory:
cd Todo-list
  1. Сopy .env_sample file with your examples of env variables to your .env file
  2. Once you're in the desired directory, run the following command to create a virtual environment:
python3 -m venv venv
  1. Activate the virtual environment:

On macOS and Linux:

source venv/bin/activate

On Windows:

venv\Scripts\activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Set up the database:

Run the migrations

python manage.py migrate
  1. Start the development server
python manage.py runserver
  1. Access the website locally at http://localhost:8000.

Enjoy!

About

Todo List project implemented using Python and Django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published