new command : when we want to use an other database, we can run that command with "python manage.py initsitedomain" and this will set the domain to the right value in the django-site table
#! /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()