If you want to interface directly with Mayan's models you would need to build your software as an app that lives in an install of Mayan (example: https://gitlab.com/mayan-edms/exif), otherwise you would need to integrate using the REST API. Without more details it is difficult to provide more options.
On Tuesday, January 5, 2016 at 12:02:31 PM UTC-4, Marco Silva wrote: > > I'm building a django package and some of my models have files. i was > building a dynamic FileModel, but then i found myan and i think i can > integrate with my project. i would like yo use mayan-edms models to > reference in my app. > > so, i have a tool, with some fields, then i would like to have something > like files = models.ManyToManyField(mayanFileModel), that would handle the > files for me. > -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
