Added a script to make a dump of all roles into a fixture
parent
6b098ae594
commit
534c4f5820
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
python ./manage.py dumpdata -n --indent=4 users.Role > greenmine/base/users/fixtures/initial_role.json
|
Loading…
Reference in New Issue