diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

django-lfs-installer installs Django-1.4 #14

Closed voronind closed 12 years ago

voronind commented 12 years ago

The official site and others there is no information about needed version of Django.

voronind commented 12 years ago

settings.py deprecated

diefenbach commented 12 years ago

To which version does this refer? I just tried the official installer (0.7.4) from PyPI. Works for me. Means it installs Django 1.3.1 as it should.

Kai

voronind commented 12 years ago

Sorry. "pip install django-lfs" installs Django-1.4 and django-compressor which brokes hypertext. "pip install -U django-compressor==dev" fix it.