Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 422 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 422 Bytes

Setup Instruction

If you have only Python 3.x use pip and if you have both Python 2.x and 3.x then use pip3

  • Install Python (3.x)
  • Install Django pip3 install django
  • Install Pillow pip3 install pillow

    Pillow is used for ImageField in Django Models

  • Run python3 manage.py runserver
  • Open localhost:8000
  • You can use admin panel at localhost:8000/admin

    User - avinash, Pass- avinash