Django-CRM icon indicating copy to clipboard operation
Django-CRM copied to clipboard

Integration into existing project

Open bodgerbarnett opened this issue 5 years ago • 3 comments

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 avatar Jan 27 '20 11:01 bodgerbarnett

@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.

ashwin31 avatar Feb 12 '20 01:02 ashwin31

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!

gabn88 avatar Feb 12 '20 16:02 gabn88

@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.

justinmerrell avatar Jan 09 '21 23:01 justinmerrell