Skip to content

bharathibh/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO - Django App

Simple Django TODO App

Installation

Create new virtualenv for Python 3

Use the package manager pip to install Django.

pip install Django

Usage

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

Used basic Class Based Views for CRUD operations

Items which are deleted will be marked as is_deleted True in DB.

The project uses SQLite as Database, so no external connection was needed while installation

The Django Admin can view all the created entries via default Django Admin Interface at Django Admin

Where the Admin export the selected entries as CSV in the dropdown

Screenshot

License

MIT

About

A Simple Django TODO App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published