-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
**I'm submitting a ...
- bug report
- feature request
- support request => According to gitter discussion
Current behavior:
Presently there is no seed data for events, sessions, tickets etc. except the super admin. We have to manually create some data to test out the API. For newcomers It will be especially helpful if there is some test data to test the API
Possible Solution
We can write a python script to seed some data. Currently there is populate_db.py that populates the database with some data for the super admin. We can add some method to add more data related to events, sessions, tickets etc and run that to create some test data.
vaibhavsingh97