Skip to content

Practical example of Django application made with good practices in mind.

Notifications You must be signed in to change notification settings

camiloog/todo_app_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Todo App

This is a simple app built with django. To review the development process from cero read the notes.

Quick start

  1. Make sure you have python installed.

  2. Install virtualenv (you can follow the notes to do it if you need more information.):

    pip install virtualenv
    
  3. Then go to the repository root and execute the quick start script:

    ./scripts/quick-start.sh
    
  4. Open the browser on http://127.0.0.1:8000

About

Practical example of Django application made with good practices in mind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published