Installing python First of all, Python is required. Python is high level, interpreted general purpose programming language. Install Python on your...
Nothing serious, just experimenting on Django Framework 路 It's weekend and after a very busy week i am back in my home desk and navigating through my...
Working with simple media uploads and serving these media files 路 In Django, media files can be defined as those files which are uploaded by the users....
Using static files like JavaScript, CSS, images with Django 路 When we develop a web application we also need a way to use and serve static contents like...
Class() based views in Django 路 As the name suggests, Django views can also be written in Class based style. The major advantage of using Class based...
function() based views in Django 路 When we talk about views in Django, views are the core part of Django which serves as the main place to process the...