Shrey139 / To_Do_App-Django

A Basic To do Application - programmed in Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To_Do_App-Django

This is TO_DO_LIST APP made in DJango.

First migration the files

python manage.py makemigrations

after migration migrate them

python manage.py migrate

then create superuser

python manage.py createsuperuser

TO start the server

python manage.py runserver 8081

creating the catagories

To create the catagory run the server and type localhost:8081/admin and enter the password of super-user that you made. then After go to the catagories and make catagories as you want.

Technology

  • Python
  • Django framework
  • HTML
  • CSS
  • Git

About

A Basic To do Application - programmed in Django


Languages

Language:JavaScript 47.3%Language:CSS 47.0%Language:Python 4.1%Language:HTML 1.5%