Remove sql based schema and generate schema from django models
The first implementation attempts are based on a SQL DDL/DML Schema in /sql
. I would prefer to remove that artifact and replace it by a (CI-) generated DDL file for those who don't wont to run the Django app and are interested in the schema only. Extra points for additional graphical display of the current schema.