Skip to content

ari7hkm/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List with Django

This project is a to do list using django. It has a custom account system that many users can register and login to access. You can add your tasks with description and mark them completed by the time you're done.

Run Locally

Clone the project

  git clone https://github.com/ari7hkm/to-do-list.git

Go to the project directory, create a virtual environment. After activating it, install the dependencies:

  pip install -r requirements.txt

Then run these commands and run the app:

  py manage.py makemigrations
  py manage.py migrate
  py manage.py runserver

Technologies

  • Python
  • Django
  • HTML
  • CSS
  • MySQL

About

To Do List with Django

Topics

Resources

Stars

Watchers

Forks

Contributors