innogames / ltc

Online web application-dashboard for report analyzing,running and online monitoring of load tests started with JMeter
MIT License
197 stars 96 forks source link

Get rid of SQLAlchemy #9

Open v0devil opened 6 years ago

v0devil commented 6 years ago

Currently, data generating scripts (data_generator.py, etc) are using SQLAlchemy to access db. Those must be moved to be part of the center itself and use Django ORM.