django-drip icon indicating copy to clipboard operation
django-drip copied to clipboard

:droplet: Use Django admin to manage drip campaign emails using querysets on Django's User model.

Results 18 django-drip issues
Sort by recently updated
recently updated
newest added

Removed {% load url from future %} to fix templates on Django 10.0 --- This change is [](https://reviewable.io/reviews/zapier/django-drip/58)

update sphinx add html documentation to repo

make all tests pass.

Basically this pr updates this to django 3.0 and makes it able to run python manage.py runserver successfully

- [ ] Update testing infrastructure. - [x] Use Tox - [x] Move tests out of the package. - [x] Lint code base. - [x] Run flake8 during CI. -...

I am on South 1.0 and Django 1.6.5, and added drip as per instructions, but get an error when I do migrate ``` Running migrations for drip: - Migrating forwards...

In utils.py at following line its hard to understand its like "tuple + tuple + list". `fields = Model._meta.fields + Model._meta.many_to_many + Model._meta.get_all_related_objects()` This is caused me error so I...

I'm running Django 1.8.4 and cannot run tests. I also needed to install a forked version of django drip just to get it to run - see issue #51. I've...

``` Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/Users/simon/src/uklo/venv/lib/python3.4/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line utility.execute() File "/Users/simon/src/uklo/venv/lib/python3.4/site-packages/django/core/management/__init__.py", line 312, in execute django.setup() File "/Users/simon/src/uklo/venv/lib/python3.4/site-packages/django/__init__.py", line 18,...