Django-To-Do is a Django Web Application that helps you maintain a To-DO. This repository was created to help developers get started with Open Source during Hacktoberfest
NOTE: Check out
issues
labelled asHacktoberfest
and start contributing!
Made with ❤️ by IEEE-VIT
Support Open Source by participating in Hacktoberfest💛
-
To setup this project, create a virtual environment using Python 3.6 or higher and run the following command in your terminal (ensure that you are in the project directory):
$ pip install -r requirements.txt
It will set your environment up to run the project
-
Run the following commands in your terminal:
python manage.py makemigrations python manage.py migrate python manage.py runserver
This will set your SQL database up and run your local server. Press
ctrl+c
to stop the server. -
You will find a directory named
Main
in the root directory of the project, most of your code should go there. -
Do remember to run
python manage.py makemigrations
in your terminal before committing changes.
To start contributing, check out CONTRIBUTING.md. New contributors are always welcome to support this project. Check out issues labelled as Hacktoberfest
if you are up for some grabs! :)
This project is licensed under MIT