Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3359074
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T02:49:42+00:00 2026-05-18T02:49:42+00:00

As the title says. I form image urls in my Template. Sometimes the image

  • 0

As the title says. I form image urls in my Template. Sometimes the image is not there. I have a default image to be displayed in such cases.

But how do I handle this case at Template level. Perhaps write a filter? Are there other ways?

So Far:

...
{% for m in movies %}
    <img width="54" height="74" src="/site_media/images/{{ m.id }}.jpg"></img>
{% endfor %}
...
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T02:49:43+00:00Added an answer on May 18, 2026 at 2:49 am

    Yes, you could write your own filter which would resolve the media path to an absolute path, then look if there is a file at that location.

    However, I would strongly advise against it as in the worst case scenario this would read the disk an unknown number of times, at each request. If you have multiple servers, every server needs to have a copy of all images. If the images are user uploaded or created when the system is running, you need to distribute them. If you do go down this route, you could improve this by caching the result of the lookup with the standard cache mechanism.

    Come to think of it, why don’t you store the images on the model using an ImageField? From your example, it looks to me like you have one image per primary key, so it would make sense to use an ImageField unless you have some other constraints. If you make this field optional, maybe you can do something like this:

    <img src="{{ m.get_image_url|default:"/site_media/images/missing_image.jpg" }}" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As title says, is there a way to send form when element outside of
As the title says I have a form for an address and a form
As the title says, are there limits and/or prohibited characters for form field names
It's basically what the title says.. I have a form with a select control
As title says, I have a list of words, Like stopWords = [the, and,
As title says, I have access to the current listitem - and it's easy
The title says it mostly. If I have an object in Python and want
The title says enough I think. I have a full quality BufferedImage and I
Like the title says, I've got a Child form being shown with it's TopLevel
As the title says, I have a problem with binding to a change in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.