Change url for django-pipeline
* old read-only url times out for some reason (possible github bug) * https seems to work. * worry: does https only work for people with write access to repo?
Showing
| ... | @@ -10,10 +10,10 @@ mako | ... | @@ -10,10 +10,10 @@ mako |
| python-memcached | python-memcached | ||
| path.py | path.py | ||
| django_debug_toolbar | django_debug_toolbar | ||
| -e git://github.com/MITx/django-pipeline.git#egg=django-pipeline | -e git+https://github.com/MITx/django-pipeline.git#egg=django-pipeline | ||
| django-staticfiles>=1.2.1 | django-staticfiles>=1.2.1 | ||
| fs | fs | ||
| beautifulsoup | beautifulsoup | ||
| beautifulsoup4 | beautifulsoup4 | ||
| feedparser | feedparser | ||
| requests | requests | ||
| ... | ... |
Please
register
or
sign in
to comment