Skip to content

parhamkmp/TodoList-Notes-by-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList Notes by Django

A simple web application built with Django for managing tasks (Todo) and notes.


📦 Features

  • User account management (Sign up, Login, Logout)
  • Create, edit, and delete tasks
  • Create, edit, and delete notes
  • Link between tasks and notes (if needed)
  • Simple user interface with HTML + CSS templates

🛠 Installation & Setup

Follow these steps to run the project locally:

  1. Clone the repository:
    git clone https://github.com/parhamkmp/TodoList-Notes-by-django.git
    cd TodoList-Notes-by-django
    
    
    

To run tests faster, you can run the following command in your CMD or terminal. Note that the number 4 is the number of CPU cores you selected for processing :
py manage.py test --parallel 4

About

todo list by django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published