Added a script to make a dump of all roles into a fixture

remotes/origin/enhancement/email-actions
David Barragán Merino 2013-10-30 14:24:14 +01:00
parent 6b098ae594
commit 534c4f5820
1 changed files with 3 additions and 0 deletions

3
dumpdata_role.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
python ./manage.py dumpdata -n --indent=4 users.Role > greenmine/base/users/fixtures/initial_role.json