We all had visited many websites where we can’t view some media or pdf files without logging in. So how do they restrict it? how do they validate the file? how do they secure the media files in Django?. So all this we will learn here, yes you are reading it correctly it is possible… Continue Reading »
Tag: Django Media
Django – Static Files Inserting Static Media Files
Django is a Python based web framework. It uses a model-template-view architecture. Goals of Django Framework are reusability, fast development, less code and the principle of “Don’t repeat yourself”.In this blog, we will discuss the topic of Django which is “How to insert static media files”.Static files can be an image file, a CSS file… Continue Reading »