Skip to content

A todo application on Django with CRUD functionality

Notifications You must be signed in to change notification settings

bistasulove/todo-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-django

A todo application on Django with CRUD functionality

How to setup

  • Pull the repo in your local machine.
  • create a virtualenvironment (recommended)
  • install the requirements using pip install requirements.txt
  • Run migration files using python manage.py makemigrations todo followed by python manage.py migrate
  • Run the server using python manage.py runserver

Feel free to create pull request if you find any improvements. :)

About

A todo application on Django with CRUD functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published