I have not yet worked on regular packaging for django_polymorphic, so
right now the best (or easiest) way to install it is to copy the
"polymorphic"-directory into your Django project.
It might also be a bit early for regular packaging/release (it was
just two days ago that I reorganized django_polymorphic into a regular
Django app).
And to be honest, I hope that a user with some experience with python
packaging might consider contributing this, as I currently have no
such experience or knowledge.
Kind Regards,
Bert
That's totally understandable. Normally I'd install it manually like
you suggest, but I need this to work with our bootstrap scripts.
Anyway, I've knocked up a quick setup.py that seems to work for me
This should be put in the root of the project alongside settings.py
I hope this helps.
- Andy
I wondered why you would consider the ability to install the app/
module with pip important, but that's clear to me now.
> Anyway, I've knocked up a quick setup.py that seems to work for me
Thanks, Andrew. If you don't mind I'll include setup.py in my next
update (after testing that it works for me as well) and list you as a
contributing author (but think twice, you'll be the first).
Kind Regards,
Bert Constantin
That sounds good to me!
Regards,
Andy