Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • django static resources

Tag: django static resources

Introduction Here I will show you how to create photo gallery with Django. Django is a Python based framework used to build complete web applications. Photo gallery also known as image gallery, media gallery or photo album is used to manage your photos. You can view the images one by one from a list of…

1 Comment on How to create Photo Gallery with Django
Posted in Django Python

How to create Photo Gallery with Django

Introduction This tutorial will show you working with media files in Python based Django templates. Media files, such as, images, videos etc. are frequently loaded into your web application as these files improve end users’ experience. Note that static resources or files and media files are two different things. Media files are generally uploaded by…

3 Comments on Working with media files in Django templates
Posted in Django Python

Working with media files in Django templates

Introduction In this tutorial I will show you how to work with static resources in Django templates. Static resources, such as, css (Cascading Style Sheet), images, js (JavaScript) are frequently required to include in our web application as these resources increase look and feel and to handle any events of the web pages. Django provides…

Leave a Comment on Working with static resources in Django templates
Posted in Django Python

Working with static resources in Django templates

Categories

Copyright © 2014 - 2022 Roy Tutorials

Privacy | Terms & Conditions