forked from yunmengyanjin/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.installed.cfg
More file actions
28 lines (27 loc) · 820 Bytes
/
Copy path.installed.cfg
File metadata and controls
28 lines (27 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[buildout]
installed_develop_eggs =
parts = django
[django]
__buildout_installed__ = /vagrant/bin/django
__buildout_signature__ = djangorecipe-1.9-py2.7.egg Django-1.8-py2.7.egg zc.recipe.egg-2.0.3-py2.7.egg zc.buildout-2.5.1-py2.7.egg setuptools-21.0.0-py2.7.egg
_b = /vagrant/bin
_d = /vagrant/develop-eggs
_e = /vagrant/eggs
bin-directory = /vagrant/bin
deploy_script_extra =
develop-eggs-directory = /vagrant/develop-eggs
eggs = django-lfs
eggs-directory = /vagrant/eggs
extra-paths = /vagrant/lfs_project
find-links = http://pypi.iqpp.de/
initialization =
location = /vagrant/parts/django
logfile =
media_root = os.path.join(os.path.dirname(__file__), 'media')
project = lfs_project
pythonpath = /vagrant/lfs_project
recipe = djangorecipe
settings = settings
urlconf = lfs_project.urls
wsgi = false
wsgilog =