mirror of https://github.com/zulip/zulip.git
4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
python manage.py dumpdata auth.User zephyr.UserProfile zephyr.ZephyrClass zephyr.Recipient zephyr.Subscription zephyr.Zephyr > zephyr/fixtures/zephyrs.json
|