zapier / django-drip

:droplet: Use Django admin to manage drip campaign emails using querysets on Django's User model.
MIT License
638 stars 137 forks source link

fix the conflict with the mock library #26

Closed brad closed 11 years ago

brad commented 11 years ago

This is to fix #24 so there is no longer a conflict with the mock library. I renamed the test app to credits, since that seems to be what it's all about.

bryanhelmig commented 11 years ago

:cake: