10 Tips for Beginners getting started with Django

Django is keen on adhering to the MVC (Model View Controller) convention that many frameworks follow. However, the framework is keen on working with its own control rules. Since the control you need when dealing with your Django apps is not isolated, Django is sometimes called an MVT application with the View component bridging the Model component and Template component of your apps.