6 lines
141 B
Bash
Executable file
6 lines
141 B
Bash
Executable file
#!/bin/sh
|
|
python manage.py dumpdata --format=xml "$@" | sed -e 's/<\/*object/\
|
|
&/g' -e 's/<field/\
|
|
&/g' -e 's/<\/django-objects/\
|
|
&/g'
|