Re: Extending Django models with Schevo

2017-02-18 Thread Tim Allen
Hi Etienne, like Tim G. said, you'll probably have better luck with the django-users mailing list. This group is for development discussion of core Django itself. You may also want to reconsider using Schevo; I remember hearing about it long ago, but it doesn't appear that is has been actively

Re: Extending Django models with Schevo

2017-02-18 Thread Etienne Robillard
Hi Tim, I'm looking for technical comments about developing Django models classes using the Schevo DBMS. http://www.isotopesoftware.ca/documentation/libschevo/ I would like to use this like so: $ manage.py schevo test myapp $ manage.py schevo db-update myapp $ manage.py schevo shell The "

Re: Extending Django models with Schevo

2017-02-17 Thread Tim Graham
Hi Etienne, I'm not sure exactly what type of response you're looking for or if this is on-topic for the Django developers mailing list, which pertains to the development of Django itself. django-users seems more appropriate unless you're proposing some feature for Django. On Friday, February 1

Extending Django models with Schevo

2017-02-17 Thread Etienne Robillard
Hi, I'm planning to extend django-hotsauce to support a generic "model" API. I would like to reuse the Django models API to support Schevo databases. Ideally, I would like to introspect into my reusable Django apps to discover configured features. Importing and exporting data from/to Schevo d