Skip to content

A simple to-do list app made with Django and Bootstrap

License

Notifications You must be signed in to change notification settings

syed-saif/to-do-listy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do Listy!

A simple to-do list application made with Python-Django and Bootstrap4 (and a wee-bit of JS and jQuery).

Installation

To use this app in your machine, do the following:

  • Clone this repository:
git clone https://github.com/syed-saif/to-do-listy.git
mkvirtualenv -p /path/to/python<=3.7 todo
  • After setting up the virtualenv, cd to the directory where you cloned this repo. Then do:
pip install -r requirements.txt
  • Then run the Django dev server, from the root directory of this repo:
python3 manage.py runserver
  • Now the app should be accessible through the localhost

P.S

This was my first Django app (:P). This project was done in 2 days or so, as I quickly wanted to go through all that Django has to offer. And I have to admit, using Django saved a ton of time, as it already had the common bells and whistles built in. The idea of an ORM is the best part as, we don't have to write those SQL queries. Overall this was a fun project, as I learned Django and got to use Bootstrap properly this time. Do star the repo :P

About

A simple to-do list app made with Django and Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published