buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 20 Jan 2011 17:46:49 +0530
changeset 501 b84d6a1d4603
parent 465 14a7648a8699
child 516 a552aeb7cb4e
permissions -rw-r--r--
Change all the queries to Textbook model to Tasks. Since Textbook model is deprecated now, implemented the changes in the views to query respected queries and make corresponding changes in the views.

[buildout]
parts = 
    django
    tagging
    django-robots
    south
    registration
    django-command-extensions
eggs = 
    PIL
    psycopg2
    Werkzeug

[django]
recipe = djangorecipe
version = 1.2.4
project = pytask
settings = settings
eggs =
    ${buildout:eggs}
pythonpath = 
    ${django-command-extensions:location}
    ${tagging:location}
    ${django-robots:location}
    ${south:location}
    ${registration:location}

[tagging]
recipe = infrae.subversion
urls = http://django-tagging.googlecode.com/svn/trunk/ .

[django-robots]
recipe = mercurialrecipe
repository = https://bitbucket.org/jezdez/django-robots/

[south]
recipe = mercurialrecipe
repository = https://bitbucket.org/andrewgodwin/south/

[registration]
recipe = mercurialrecipe
repository = https://bitbucket.org/ubernostrum/django-registration/

[django-command-extensions]
recipe = zerokspot.recipe.git
repository = http://github.com/django-extensions/django-extensions.git