fordham-css / TryPy

"If I have seen further, it is by standing on the shoulders of giants" - Sir Isaac Newton
MIT License
0 stars 0 forks source link

Django Framework Demo #4

Open nickdibari opened 7 years ago

nickdibari commented 7 years ago

Networking/

Django is a high powered framework for running a webserver. Used by sites such as The Onion, Pintrest, and The Washington Post, Django enables developers to quickly build a Model/View structured site with a powerful suite of features for Database Management, Template Rendering, and URL Dispatching to name but a few. Potential uses could include a survey site or a picture storage site.

Documentation can be found here: https://docs.djangoproject.com/en/1.10/

nickdibari commented 7 years ago

I think I'll take this one myself

nickdibari commented 6 years ago

Note: tutorial outline is growing large, perhaps too big for the README. Suggest moving the tutorial section to a wiki page in order to prevent the README from growing too large to read

nickdibari commented 6 years ago

Note: This tutorial is written for Django 1.9; which is deprecated, no longer supported, and generally something you shouldn't introduce to people. Suggest updating the tutorial to a more recent edition, either 1.11 or 2.0. Consider tying into the process of updating pmdj with higher version of Django