Created on Mar 19, 2018
Django is a powerful web development framework, paired with Python programming language and allows building powerful, and dynamic websites. It offers the tools to create cleanΒ apps without the use of heavy coding. Itβs free and open source. Β
Curated By:
π (https://www.lynda.com/Django-tut...)
Django is a web framework used in development of websites and web apps. Let us know what Django is and the basic understanding about Django
π (https://www.youtube.com/watch?v=...)
MVC has been around as a concept for a long time, but has seen exponential growth since the advent of the Internet because it is the best way to design client-server applications. All of the best web frameworks are built around the MVC concept.
π (https://djangobook.com/tutorials...)
There is little doubt that Django is only one of many web frameworks available.
However, over the last decade, Django has distinguished itself as one of the leading frameworks for developing scalable, secure and maintainable web applications.
π (https://www.youtube.com/watch?v=...)
A Virtual Environment is a tool to keep the dependencies required by different projects in separate places, by creating virtual Python environments for them. It solves the βProject X depends on version 1.x but, Project Y needs 4.xβ dilemma, and keeps your global site-packages directory clean and manageable.
π (https://bit.ly/django101speckbit)
Learn how to build websites with Django using this tutorial and create your first app.
Oct 01
I thought I would not be able to learn Django. But, Learning this right now. It is starting to get interesting!