Skip to content

arya-oss/django-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDos Web Application

Overview and Features

Simple ToDo work managing web Application for different Users.

  • Login and Registration
  • Update and Manage Profile
  • Manage ToDos (add, update, delete)
  • Set Priority for ToDos

Setup

  • clone this repo.
    git clone https://github.com/rajmani1995/todos-django.git
  • install Requirements
    pip install -r requirements.txt
  • rename settings.save.py to settings.py and change configuration
   # Run this commands to migrate the database
   python manage.py migrate
   # create super user (Admin)
   python manage.py createsuperuser
   # Run website
   python manage.py runserver

Requirements

About

A django todo web app with api features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages