Skip to content

TheAvinashSingh/imdbproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published