ScottyLabs / HackerHelp

TartanHacks 2017 mentor request and dispatch system
1 stars 0 forks source link

Need broad overview of how Django model works and help planning #9

Closed agotsis closed 7 years ago

agotsis commented 7 years ago

Hacker name(s): Alex Gotsis Physical location: Dowd Operating system(s): Linux Programming Langugage: Python/HTML/CSS

Description

We'd love if someone could help us understand the Django model of web apps. We've an azure vm with django installed, not sure how to get a simple "Hello World!", etc...

Thank you!

Screenshots

sophia-hanley commented 7 years ago

have you tried looking at this project? https://github.com/django-ve/helloworld

bwasti commented 7 years ago

check this out: https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-python-create-deploy-django-app

also, if you aren't looking to learn Django explicitly, I'd highly recommend Flask for quicker prototyping.