Changeset 7027 for trunk/base.cfg


Ignore:
Timestamp:
Jun 30, 2009, 3:47:11 PM (16 years ago)
Author:
roland
Message:

Mainly code cleanup.
Removed some odd import from networkx and fixed it in views.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base.cfg

    r6637 r7027  
    11[buildout]
    22parts =
    3   extras
    43  django
    54  testrunner
     
    76
    87[versions]
    9 djangorecipe=0.15
     8djangorecipe=0.19.1
     9django-extensions=0.4.1
    1010zc.recipe.egg=1.0.0
    1111zc.recipe.testrunner=1.0.0
     
    1616  ${django:eggs}
    1717extra-paths =
    18   ${django:pythonpath}
    1918  ${buildout:directory}
    2019  ${django:location}
     
    2625  os.environ['DJANGO_SETTINGS_MODULE'] = 'exodus.development'
    2726
    28 [extras]
    29 recipe = iw.recipe.subversion
    30 urls =
    31   http://django-command-extensions.googlecode.com/svn/trunk@178 django-command-extensions
    32 
    3327[django]
    3428recipe = djangorecipe
    35 version = 1.0
     29version = 1.0.2
    3630project = exodus
    3731wsgi = true
    3832eggs =
    3933  Werkzeug
    40 pythonpath =
    41   ${extras:location}/django-command-extensions/
    42 
     34  django-extensions
     35  networkx
    4336[supervisor]
    4437recipe = zc.recipe.egg
Note: See TracChangeset for help on using the changeset viewer.