creation of a function in order to avoid using settings.WEB_URL + reverse in the views. Function to get the web_url using site domain
replacement in the templates of WEB_URL + templatetag url by the templatetag absurl
#! /usr/bin/env python
from django.core.management import setup_environ
from ldtplatform import settings
setup_environ(settings)
from ldt.ldt_utils.models import Media
for media in Media.objects.all():
mimetype = media.mimetype
if not media.mimetype_field and mimetye:
media.mimetype_field = minetype
media.save()