buildout.cfg
changeset 465 14a7648a8699
parent 390 a745a95d12f2
child 516 a552aeb7cb4e
equal deleted inserted replaced
464:6f5a60ce7d25 465:14a7648a8699
     1 [buildout]
     1 [buildout]
     2 parts = django tagging django-robots south registration
     2 parts = 
       
     3     django
       
     4     tagging
       
     5     django-robots
       
     6     south
       
     7     registration
       
     8     django-command-extensions
     3 eggs = 
     9 eggs = 
     4     PIL
    10     PIL
     5     psycopg2
    11     psycopg2
       
    12     Werkzeug
     6 
    13 
     7 [django]
    14 [django]
     8 recipe = djangorecipe
    15 recipe = djangorecipe
     9 version = 1.2.4
    16 version = 1.2.4
    10 project = pytask
    17 project = pytask
    11 settings = settings
    18 settings = settings
    12 eggs =
    19 eggs =
    13     ${buildout:eggs}
    20     ${buildout:eggs}
    14 pythonpath = 
    21 pythonpath = 
       
    22     ${django-command-extensions:location}
    15     ${tagging:location}
    23     ${tagging:location}
    16     ${django-robots:location}
    24     ${django-robots:location}
    17     ${south:location}
    25     ${south:location}
    18     ${registration:location}
    26     ${registration:location}
    19 
    27 
    30 repository = https://bitbucket.org/andrewgodwin/south/
    38 repository = https://bitbucket.org/andrewgodwin/south/
    31 
    39 
    32 [registration]
    40 [registration]
    33 recipe = mercurialrecipe
    41 recipe = mercurialrecipe
    34 repository = https://bitbucket.org/ubernostrum/django-registration/
    42 repository = https://bitbucket.org/ubernostrum/django-registration/
       
    43 
       
    44 [django-command-extensions]
       
    45 recipe = zerokspot.recipe.git
       
    46 repository = http://github.com/django-extensions/django-extensions.git