I created a django application. Now I want to test the performance of an application with approximately 5,000 data. Is there any way to do this? Is there any way to randomly enter this data into db and run the application? I believe that there should be some method, and not enter 5000 data manually in db. In the database, I am using mysql. I am new to Python and Django, so please help me solve this problem. Thanks in advance.
source
share