On 23/08/2018 1:32 AM, emmanuel wyckens wrote:
Hello,
The class below didn't work if you use migrations.RunPython several times.
Have you got an idea to manage double csv file importation into database ?
In your migration file ...
from django.db import migrations, models
from .utils import do
Hello,
The class below didn't work if you use migrations.RunPython several times.
Have you got an idea to manage double csv file importation into database ?
Thanks
Emmanuel
class Migration(migrations.Migration):
dependencies = [
("contact", "0001_initial"),
]
operations
2 matches
Mail list logo