Skip to content

Talvarez2/ToDoApp_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoApp_Django

This is a small To Do App I built with Django to practise my web developing skills.

you can check an example at this link

Prerequisites:

  • PostgreSQL
    • you will need a database with name and user/password as configured in ToDoApp/settings.py
  • python3
  • Django

Project Setup

Run migrations

python manage.py makemigrations
python manage.py migrate

Run the app!

python manage.py runserver

Now go to http://localhost:8000 and start browsing :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •