Farhan to-do is todo app that will help you to manage your daily tasks.
- User Registration
- Add todo tasks
- Complete the todo task
- Django v-3.0.7
- Postgres-sql
Copy Paste the following commands to clone the repo
git clone https://github.com/FarhanKhan1911/Farhan-Todo
Go inside the directory and install the module from requirements.txt
pip install -r requirements.txt
Then make the migrations and then migrate the database
python manage.py makemigrations
python manage.py migrate
Create the superuser
python manage.py createsuperuser
Now run the django server
python manage.py runserver
Now you goto localhost:8000 to see the website
http://127.0.0.1:8000/