bsoc-bitbyte / GetIt

Streamlined college e-commerce: Simplifying merch buying and selling for students.
https://getit.iiitdmj.ac.in/
18 stars 51 forks source link

[Feature Request]: Add a Population method to import dummy data for Developmental Purpose #220

Open Priyansh61 opened 1 month ago

Priyansh61 commented 1 month ago

Is your feature request related to a problem? Please describe.

Currently when you start the local dev of GetIt you need to manually populate some random data, this task could be easily solved with some python scripts that helps to populate data to the local instance of the GetIt

Describe the solution you'd like

https://github.com/BitByte-TPC/alumni/pull/138 Refer to this PR for understanding how we can populate the data to the local instance of the db

Describe alternatives you've considered

No response

Developer Help

No response

arminpatel commented 1 month ago

Can we use django fixtures instead of python scripts?