sql/update_db_00_03_to_00_04.2.py
author ymh <ymh.work@gmail.com>
Fri, 24 May 2013 02:20:46 +0200
changeset 1194 8e20df96315b
parent 24 57a2650a7f87
permissions -rw-r--r--
correct rest api resource after tastypie and django update. Find a way to go around django bugs with ~ in urls

#! /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()