Skip to content
#

Django

django logo

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.

Here are 27,840 public repositories matching this topic...

gasman
gasman commented Feb 10, 2021

Is your proposal related to a problem?

To include a Twitter 'share' image on a template, you'd typically do something like:

{% image page.social_image fill-1200x1200 as social_img %}
<meta name="twitter:image" content="{{ social_img.url }}">

However, this may return either a local URL (/media/images/foo.jpg) or an absolute URL (https://media.example.com/images/foo.jpg) de

weblate

Created by Adrian Holovaty, Simon Willison

Released 21 July 2005

Repository
django/django
Website
www.djangoproject.com
Wikipedia
Wikipedia