Django-CRM
Django-CRM copied to clipboard
Integration into existing project
I need to integrate a CRM like this into an existing project - there doesn't seem to be any specific docs around this so I'm wondering if this would be possible?
@bodgerbarnett You may need to modify a bit. This is designed to work as a standalone project rather than pluggable app.
I can tell you possibilities if you give more details of how you want to integrate.
I was also looking for the same, to integrate this in our own (django-based) project, but looking into the souce code it would require some work, making it hard include futures updates of this project into our source. Anyway, keep up the good work!
@bodgerbarnett @gabn88 Just got it running in my existing project. It really was not too bad, the only hurdle is decoupling their user model. If this project used an extended user profile instead of a user account replacement it would become a nice drop in app for other projects.
A solid set of features once added to my project, would love to contribute more if there was an ever re-based version using a user profile approach.