In this post, we will understand how to use layouts, views and partial views in Django. Convention over Configuration By default Rails follows conventions. This means, if there is a method named show in controller test_controller, Rails assumes that the view file for show…
Setting Django using Apache on Ubuntu
Directory structure of a Django project
Oct
21
Creating models in Django
Understanding models and how to implement them in Django
Oct
20
CRUD operations in Django
Understanding CRUD operations in Django
Understanding the purpose of controllers and actions in Django
Oct
11
Setting up Django on Windows
Setting up Django on a Windows machine