arneb / django-campaign

Newsletter management app for Django
BSD 3-Clause "New" or "Revised" License
66 stars 19 forks source link

Allow to override Campaign Model? #10

Closed bashu closed 8 years ago

bashu commented 8 years ago

subj

bashu commented 8 years ago

@arneb what do you think about https://github.com/wq/django-swappable-models ?

arneb commented 8 years ago

why should we use an app, if the mechanism is a django-builtin?

bashu commented 8 years ago

@arneb maybe because builtin feature undocumented? have you tried it yourself (I'm not talking about custom user model)

bashu commented 8 years ago

check #13

bashu commented 8 years ago

if someone interested here is another fork https://github.com/bashu/fluentcms-campaign

arneb commented 8 years ago

see response in PR #10 and #13

arneb commented 8 years ago

@arneb maybe because builtin feature undocumented? have you tried it yourself (I'm not talking about custom user model)

yes, I've used it successfully in two cases (not talking about user model).

bashu commented 8 years ago

why it was closed?