**Step 1:
Make a backup of your project (It does not hurt to prevent any eventuality)
**Step 2:
Run a data export. Directly Django provides the mechanism. The method that did not give me problems was the following:
python manage.py dumpdata --natural-foreign --natural-primary --format = xml --indent = 2> fixture.xml