This is a complete Todo Application made using Django and Boostrap. It has all the features required by a Todo Application.
Here are the Features of the Application created.
- User can Create a New Task.
- See all the previous Task.
- Update a Created Task.
- Delete the Tasks Completed.
Clone or Download the this repository and store it on your machine.
git clone https://github.com/arkalsekar/todo-app.git
Once Downloaded or Cloned the Repository, Run the following Commands
pip install -r requirements.txt
Once Installed all the requirements. Run the Following Commands.
python manage.py makemigrations
python manage.py migrate
This is isin't necessary but with this you would be able to login to the website.
python manage.py createsuperuser
This command will finally run the server on localhost:https://8000
python manage.py runserver
Now head on to https://127.0.0.1:8000/ and access the site.