{ "info": { "author": "Preston Timmons", "author_email": "prestontimmons@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Framework :: Django", "License :: OSI Approved :: BSD License", "Topic :: Software Development :: Build Tools" ], "description": "Overview\n========\n\nThis is a buildout recipe for setting up a base project and wsgi file.\nIt started as a fork of `djangorecipe`_, mainly because I wanted to\nlearn how it worked, which installs Django from SVN and does a lot of\nother things. This is stripped down now just to set up scripts in the\nBuildout environment and to generate the wsgi file. It doesn't install\nthe Django package because I believe there are better recipes to do that.\nI also edited the project template that djangorecipe used as a base.\n\n\nExample Recipe\n==============\n\n::\n\n [buildout]\n parts = python django django-project\n eggs =\n extra-paths =\n ${buildout:directory}\n ${buildout:directory}/parts/django/\n\n [python]\n recipe = zc.recipe.egg\n interpreter = python\n eggs = ${buildout:eggs}\n extra-paths = ${buildout:extra-paths}\n\n [django]\n recipe = zerokspot.recipe.git\n repository = git://github.com/django/django.git\n\n [django-project]\n recipe = thechristmaspig\n project = example\n script-name = django\n eggs = ${buildout:eggs}\n\n\nSupported options\n=================\n\nThe recipe supports the following options.\n\n``project``\n The name of the project directory to use or create.\n\n``settings``\n The name of the settings file for the project. Defaults to ``settings``.\n\n``extra-paths``\n Paths to extend the default Python path for the generated scripts.\n Defaults to the extra-paths parameter of the [buildout] configuration.\n\n``script-name``\n The name of the scripts created in the bin folder. This script is the\n equivalent of the ``manage.py`` Django normally creates. By default it\n uses the name of the section (the part between the ``[ ]``).\n\n``urlconf``\n You can set this to a specific url conf. It will use the\n ``project.urls`` where project is set by the ``project`` option.\n\n\nSandbox Installation\n====================\n\nUse the following commands to run a demo of this package.\n\n::\n\n $ git clone git://github.com/prestontimmons/thechristmaspig.git\n $ cd thechristmaspig\n $ python bootstrap.py\n $ bin/buildout -v\n $ bin/django test\n\n\nWhy the Name?\n=============\n\nBecause all the good names for Django Buildout recipes were already taken.\n\n\n.. _`djangorecipe`: http://pypi.python.org/pypi/djangorecipe", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/prestontimmons/thechristmaspig", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "thechristmaspig", "package_url": "https://pypi.org/project/thechristmaspig/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/thechristmaspig/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/prestontimmons/thechristmaspig" }, "release_url": "https://pypi.org/project/thechristmaspig/0.9.6/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe for Django. Sets up controls scripts and wsgi file.", "version": "0.9.6" }, "last_serial": 800549, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "2616502c73a2ba29c7c61469f9e38169", "sha256": "424d3f51d0e1304f6cad7e4064268fb6ac3ca5a10ef0c3e813582b9f07e9f772" }, "downloads": -1, "filename": "thechristmaspig-0.9.tar.gz", "has_sig": false, "md5_digest": "2616502c73a2ba29c7c61469f9e38169", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2112, "upload_time": "2010-10-28T02:29:03", "url": "https://files.pythonhosted.org/packages/90/d3/b3fa7ec34e8d314225598f456778e68cd1cafeec9a46c974813cf93d28c2/thechristmaspig-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "502b173b88c00d280267fa9dfca2503e", "sha256": "16d4e0e48446e6c76a9533704dcb961eb665c0495f4f21235006ddb9ee985a38" }, "downloads": -1, "filename": "thechristmaspig-0.9.1.tar.gz", "has_sig": false, "md5_digest": "502b173b88c00d280267fa9dfca2503e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4778, "upload_time": "2010-10-28T03:31:45", "url": "https://files.pythonhosted.org/packages/c7/e4/9006215e62209bfd5a840195cf0ff0f1da7a278b9f84e3acf09fdde7939b/thechristmaspig-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "a659a7e995f0d83347f990540da7b756", "sha256": "2964e39cf37564714cd0b382c94ac7efb6eadb19d67915fddb023942569699ef" }, "downloads": -1, "filename": "thechristmaspig-0.9.2.tar.gz", "has_sig": false, "md5_digest": "a659a7e995f0d83347f990540da7b756", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5023, "upload_time": "2010-10-28T03:36:39", "url": "https://files.pythonhosted.org/packages/dd/af/29163be760ae8325dbc292713a5eea62af694e35af618e49620dbecbf7d5/thechristmaspig-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "503ed214727438bfbdd7a9ee18298c51", "sha256": "6cf9c7ea03e8e0dcc4eaf556cc4d282a28299b5d64b43c096d000144ad6de79d" }, "downloads": -1, "filename": "thechristmaspig-0.9.3.tar.gz", "has_sig": false, "md5_digest": "503ed214727438bfbdd7a9ee18298c51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5008, "upload_time": "2010-10-28T03:46:33", "url": "https://files.pythonhosted.org/packages/ef/f7/d8db96645e55520d06e2f022c054f4bc3a30e431785eb09e5ffaeca70364/thechristmaspig-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "0d9597416ff0d2fdcb92185e5480c39e", "sha256": "f8c913f41f78f4f641a3f74be048bfd12efbeba1df8d02cc8b6d1f6fea37c1cb" }, "downloads": -1, "filename": "thechristmaspig-0.9.4.tar.gz", "has_sig": false, "md5_digest": "0d9597416ff0d2fdcb92185e5480c39e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5121, "upload_time": "2010-10-28T03:50:12", "url": "https://files.pythonhosted.org/packages/6e/17/b32089d9e9e001109b9fd1b74061f1aa377deb289bf243ae4d1813e66328/thechristmaspig-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "e827e1936a021277b918e2f5645362ef", "sha256": "51d27f1f0a8f987ab5f2e72799f6041914a09228ee2f6a0a82a37089bb6bdee3" }, "downloads": -1, "filename": "thechristmaspig-0.9.5.tar.gz", "has_sig": false, "md5_digest": "e827e1936a021277b918e2f5645362ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5143, "upload_time": "2010-10-28T03:59:30", "url": "https://files.pythonhosted.org/packages/be/2c/fbfc9ae3ca2997b8d91ae8294d4201614a3e9def2b8facad6ff6544e3da9/thechristmaspig-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "3e8ad0d0598eb0fa1769c1ab6c418428", "sha256": "bf9c491712d802e526be6f949ba2b2dfe202cb035b3102137eb93d60c3abefe4" }, "downloads": -1, "filename": "thechristmaspig-0.9.6.tar.gz", "has_sig": false, "md5_digest": "3e8ad0d0598eb0fa1769c1ab6c418428", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5169, "upload_time": "2010-10-28T04:39:48", "url": "https://files.pythonhosted.org/packages/f2/c1/4ad4a234c757029983a53649181b05b50d57f5293f4e9342402a00017a21/thechristmaspig-0.9.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3e8ad0d0598eb0fa1769c1ab6c418428", "sha256": "bf9c491712d802e526be6f949ba2b2dfe202cb035b3102137eb93d60c3abefe4" }, "downloads": -1, "filename": "thechristmaspig-0.9.6.tar.gz", "has_sig": false, "md5_digest": "3e8ad0d0598eb0fa1769c1ab6c418428", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5169, "upload_time": "2010-10-28T04:39:48", "url": "https://files.pythonhosted.org/packages/f2/c1/4ad4a234c757029983a53649181b05b50d57f5293f4e9342402a00017a21/thechristmaspig-0.9.6.tar.gz" } ] }