0

Here is the installation of django-lfs using zc.buildout.

Does anyone know how you would best go about to install it without zc.buildout and using pip and a virtual evnvironment instead?

$ mkvirtualenv shop_project
(shop_project)$ pip install django-lfs
...
Bentley4
  • 10,678
  • 25
  • 83
  • 134

1 Answers1

1

django-lfs-bootstrap is what I was looking for.

Bentley4
  • 10,678
  • 25
  • 83
  • 134