We need some sample data to test the capabilities of the Django server. This should be submitted in the form of a SQL script containing a bunch of INSERT statements to generate 5-10 tuples of data per table. You can view the proposed basic structure of the the tables here. Note that because this is such a new project all of this is subject to change as we learn more about what will be best.
Please make a pull request to add your script to the repository. I've made a how-to guide if you've never done it before. Ask if you need help!
We need some sample data to test the capabilities of the Django server. This should be submitted in the form of a SQL script containing a bunch of
INSERT
statements to generate 5-10 tuples of data per table. You can view the proposed basic structure of the the tables here. Note that because this is such a new project all of this is subject to change as we learn more about what will be best.Please make a pull request to add your script to the repository. I've made a how-to guide if you've never done it before. Ask if you need help!