Closed jayfk closed 7 years ago
Ah, yes, well spotted thanks. That was rather silly. I'll push a fix for that shortly.
Pushed v0.7 which just removes the problem import, tested and pip install works without having Django installed first now. Cheers for finding it.
Thanks 👍
The packages
setup.py
imports__version__
fromdjango_distill/__init__.py
which importsurl
fromdjango.conf.urls
.This is problematic if Django is not installed, e.g. when using pip to install all the packages in a
requirements.txt
and pip decides to install django-distill before it is installing Django.