Skip to content

A todo application with django web framework with class based views and ajax modal crud

Notifications You must be signed in to change notification settings

dimkoug/tododjangoccb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django todo application with ajax modal popup and class based views

Quick start

  1. Clone repo like this:

    git clone  https://github.com/dimkoug/tododjangoccb.git
  2. Create a virtualenv:

    python3 -m venv virtualenv
  3. Activate virtualenv
  4. Install packages from requirements.txt file
  5. Create settings_local.py with settings from settings_local_sample.py
  6. Run python manage.py migrate
  7. Start the development server and visit http://127.0.0.1:8000/todo/

About

A todo application with django web framework with class based views and ajax modal crud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published