Made changes to the buildout config files removing unwanted packages.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Sun, 24 Jan 2010 19:34:56 +0530
changeset 7 f7a099ec1ac4
parent 6 f87d8ee2b9ca
child 8 0e2c04439e31
Made changes to the buildout config files removing unwanted packages.
.hgignore
buildout.cfg
production.cfg
--- a/.hgignore	Sun Jan 24 19:20:33 2010 +0530
+++ b/.hgignore	Sun Jan 24 19:34:56 2010 +0530
@@ -6,7 +6,6 @@
 *~
 .project
 .pydevproject
-app.yaml
 build
 tests/coverageResults
 *,cover
@@ -32,11 +31,11 @@
 downloads
 .xvpics*
 .project
-project/local.py
-project/project.egg-info
-project.db
-project/media/user/*
-project/static/media
-project/kiwipycon/user/*.pyc
+pytask/local.py
+pytask/project.egg-info
+pytask.db
+pytask/media/user/*
+pytask/static/media
+pytask/kiwipycon/user/*.pyc
 apache/*
 
--- a/buildout.cfg	Sun Jan 24 19:20:33 2010 +0530
+++ b/buildout.cfg	Sun Jan 24 19:34:56 2010 +0530
@@ -1,30 +1,12 @@
 [buildout]
 parts =
     django
-    tagging
-    registration
+#    tagging
+#    registration
 
 eggs =
-    PIL
-    HTML5lib
-    pisa
-    Werkzeug
-    elementtree
-    docutils
-    markdown
-    textile
-    beautifulsoup
     MySQL-python
 
-[versions]
-reportlab=2.3
-
-[reportlab]
-recipe=zc.recipe.egg
-eggs=
-    reportlab
-find-links=
-    http://distfiles.minitage.org/public/externals/minitage/
 
 [django]
 recipe = djangorecipe
@@ -32,34 +14,16 @@
 settings = production
 eggs =
     ${buildout:eggs}
-    ${reportlab:eggs}
 pythonpath =
-    ${basic-apps:location}
-    ${tagging:location}
-    ${django-command-extensions:location}
-    ${south:location}
-    ${registration:location}
-
-[basic-apps]
-recipe = infrae.subversion
-urls =
-    http://django-basic-apps.googlecode.com/svn/trunk/ basic
+#    ${tagging:location}
+#    ${registration:location}
 
-[tagging]
-recipe = infrae.subversion
-urls =
-    http://django-tagging.googlecode.com/svn/trunk/ .
-
-[django-command-extensions]
-recipe = zerokspot.recipe.git
-repository = http://github.com/django-extensions/django-extensions.git
+#[tagging]
+#recipe = infrae.subversion
+#urls =
+#    http://django-tagging.googlecode.com/svn/trunk/ .
 
-[south]
-recipe = infrae.subversion
-urls =
-    http://svn.aeracode.org/svn/south/tags/0.5/ .
+#[registration]
+#recipe = mercurialrecipe
+#repository = http://bitbucket.org/ubernostrum/django-registration/
 
-[registration]
-recipe = mercurialrecipe
-repository = http://bitbucket.org/ubernostrum/django-registration/
-
--- a/production.cfg	Sun Jan 24 19:20:33 2010 +0530
+++ b/production.cfg	Sun Jan 24 19:34:56 2010 +0530
@@ -3,5 +3,8 @@
     buildout.cfg
 
 eggs +=
-    MySQLdb 
+    MySQL-python 
 
+[django]
+settings = production
+eggs = ${buildout:eggs}