Open kodeine opened 7 years ago
@kodeine it worked against a previous version of DRF and created a one-way serialisation of django models to mongo using DRF serialisers to customise the shape of JSON documents.
@darylantony
Please feel free to fork the project. I don't have the resources to make it work with latest DRF; how about you?
Okay ill start playing with it, can u give me usage instructions as a starting point. Thanks
https://github.com/commoncode/cqrs/blob/master/setup.py
@kodeine you'll need to read the code, this project isn't supported.
Hello, i wanted to know if this package is working and could you provide some basic instructions how to use it? I have a django project with DRF, i want to use meteor for realtime app, is this package a layer to DRF and Meteor?