Skip to content

Pawan243/Django-todoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django-todoApp

Django based todo App using python Django todoApp, built with django python webframework.
developer

Let's have a look at how actually it looks like :-

Screenshot (65)

Installation

  • Clone this repo. git clone <repo-url>
  • Create a virtualenv. python3 -m venv <name>
  • Source it. source <name>/bin/activate
  • Install requirements. pip install Django==1.9
  • Make migrations. python3 manage.py makemigrations
  • Apply migrations. python manage.py migrate
  • Create a super user. python manage.py createsuperuser
  • Run the server. python manage.py runserver

Show your support by 🌟 the project!!

About

Django based todo App using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published