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

Fixing deprecated module import #37

Closed adamhaney closed 10 years ago

adamhaney commented 10 years ago

django.conf.urls.defaults was deprecated in Django 1.5 and removed in Django 1.6

syphar commented 10 years ago

please merge this :)

Every "not old" django project should be on 1.6, so we should fix this

adamhaney commented 10 years ago

bump

bryanhelmig commented 10 years ago

Can you merge upstream in to catch python 3 support? If the tests pass, I'll merge.

bryanhelmig commented 10 years ago

Derp, disregard comment above. Wrong repo!