Skip to content

Small app to use for ingestion. Django-based todo list

Notifications You must be signed in to change notification settings

michael-crowdbotics/small-todo-list-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List

This app has ability for user login , add/delete todos, add/delete calendar events and managing todos and events.

Getting Started

Setup project environment with virtualenv and pip.

$ virtualenv project-env
$ source project-env/bin/activate
$ pip install django

# Clone the project repository
$ git clone https://github.com/dikshantj/todo-list.git 

# Run Django Server
$ cd todo-list/
$ python manage.py migrate
$ python manage.py runserver

Features

  • User login system
  • Todo lists
  • Calender Event Management

Contributing

I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.

About

Small app to use for ingestion. Django-based todo list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 64.8%
  • HTML 32.6%
  • JavaScript 2.3%
  • CSS 0.3%