mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
4 lines
237 B
Bash
Executable File
4 lines
237 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p zephyr/fixtures
|
|
python manage.py dumpdata auth.User zephyr.UserProfile zephyr.ZephyrClass zephyr.Recipient zephyr.Subscription zephyr.Zephyr zephyr.Huddle zephyr.Realm zephyr.UserMessage > zephyr/fixtures/zephyrs.json
|