Django The Right Way's Blog

Django The Right Way's Blog

Follow
home๐Ÿ”ฅ Django Basic Tutorials๐Ÿ“– Django Rest Framework๐Ÿ“… Whats My Plan?๐Ÿ”— Request for ArticlesBuy Me a Coffeenewsletter
Pinned

Django Setup, Architecture and Hello World

Jun 10, 20216 min read 1.4K views

Installing python First of all, Python is required. Python is high level, interpreted general purpose programming language. Install Python on your...

Django Setup, Architecture and  Hello World

Django Media Files

Mar 29, 20233 min read 728 views

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....

Django Media Files

Django Static Files

Mar 27, 20233 min read 226 views

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...

Django Static Files

Django Views - Class() based

Mar 24, 20232 min read 177 views

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...

Django Views - Class() based

Django Views - function() based

Mar 22, 20232 min read 217 views

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...

Django Views - function() based

Using Cloudflare R2 with Django for storage

Jul 13, 20223 min read 2.0K views

I am a long fan and user of Cloudflare and with Cloudflare R2 i am more in love with cloudflare. Cloudflare R2 is one of the amazing and interesting...

Using Cloudflare R2 with Django for storage