Changed the path of users app on dumpdata_rol.sh script
parent
71479e415c
commit
53bc472724
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
python ./manage.py dumpdata -n --indent=4 users.Role > taiga/base/users/fixtures/initial_role.json
|
||||
python ./manage.py dumpdata -n --indent=4 users.Role > taiga/users/fixtures/initial_role.json
|
||||
|
|
Loading…
Reference in New Issue