Skip to content

berkmkaracayir/todo_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A simple Todo application built with Django. This application allows users to create, update, delete, and manage their tasks efficiently.

Prerequisites

  • Python
  • Django

Migrate and Run the Server

  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver

Visit http://127.0.0.1:8000/ to see your To-Do list.

About

To-Do with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published