Closed jfmatth closed 11 years ago
pip install --upgrade -e git+git://github.com/yourcelf/django-registration-defaults#egg=django-registration-defaults
Hmm, I get that part, but does that upgrade the pypi repo?
Either way, thanks for the package and thanks for the reply. Love the project
nope, that does not update PyPI, but it's a workaround that keeps us moving. (I ended up in the same place for the same reason.)
On Mon, Sep 2, 2013 at 10:35 AM, John Matthew notifications@github.comwrote:
Hmm, I get that part, but does that upgrade the pypi repo?
Either way, thanks for the package and thanks for the reply. Love the project
— Reply to this email directly or view it on GitHubhttps://github.com/yourcelf/django-registration-defaults/issues/15#issuecomment-23663654 .
The person who says it cannot be done should not interrupt the person who is doing it. -- Chinese Proverb
Thanks -- I've updated the version on pypi.
Even though they seem to be the same version, the .3 version that is installed by PIP is just enough different, that django 1.5 won't work on the {% url ... %} tags, it's missing the quotes.
Not sure how to update the pip repository.