{ "info": { "author": "Dan Fairs", "author_email": "dan@fezconsulting.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Plugins", "Framework :: Django", "Framework :: Paste", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nfez.djangoskel provides paster templates for creating Django\nprojects and applications as eggs. Five templates are currently \nprovided.\n\n\nUsage\n=====\n\nInstall fez.djangoskel using easy_install. This should also install\npaster as a dependency. You should then be able to see five new\ntemplates available::\n\n $ paster create --list-templates\n Available templates:\n basic_package: A basic setuptools-enabled package\n django_app: Template for a basic Django reusable application\n django_buildout: A plain Django buildout \n django_namespace_app: Template for a namespaced Django reusable application\n django_namespace_project: Template for a namespaced Django project\n django_project: Template for a Django project\n paste_deploy: A web application deployed through paste.deploy\n\nYou may create an initial Django buildout using the django_buildout template::\n\n paster create -t django_buildout\n \nThis will create bootstrap.py, buildout.cfg and devel.cfg files. You should edit\nthe buildout files to your needs.\n \nCreate a Django project using the django_project template::\n\n paster create -t django_project\n\nAnswer the questions that paster asks, and it will create a full\nDjango project with a template settings file and urls.py.\n\nApplications are created in a similar way::\n\n paster create -t django_app\n\nProjects created with these templates do not have namespace packages: that is,\nyou will find a directory created with the name of the package you specified\nwhich contains all the usual egg stuff, and the module will be under that \ndirectory.\n\nIf you wish to create a namespaced package (similar, for example, to this \npackage: fez.djangoskel) then you should use the django_namespace_app and\ndjango_namespace_project templates. Both work in the same way.\n\nWhen creating eggs based on django_namespace_app or django_namespace_project,\npaster will ask you for three pieces of information:\n\n- Project name\n - This should be the full dotted name of the package eg. foo.bar\n- Namespace package\n - This is the top-level namespace package, eg. foo\n- Package name\n - This is the name of the lower-level module, eg. bar\n \nThis will give you a directory layout like this::\n\n ./foo.bar\n /foo\n /bar\n \nYour code will most likely be going under bar; this is where models.py, urls.py\netc. will be created.\n\n\nDifference from Django's own templates\n======================================\n\nDjango provides its own 'template' app and project generation. \nWhy use these templates?\n\n- The primary motivation is that the projects and apps generated\n by these templates are eggs. This means that they can be uploaded\n to PyPI, and other developers will be able to easy_install them.\n \n- These templates all provide skeleton documentation in the form\n of HISTORY.txt and README.txt files.\n \n- The application template also provides a lot more plumbing to get \n you started writing tests: a tests module, test settings (which can\n be invoked using python manage.py test --settings=project.settings)\n and test URLConfs and settings that the test client can use.\n \n\nChangelog\n=========\n\n0.3.1\n-----\n\n* Fixed broken import in generated tests.py in apps\n\n0.3.0\n-----\n\n* Corrected small error in test_settings.py comment\n* Merged Fabio Corneti's django_buildout template and egg-info tidying (thanks Fabio!)\n* Updated docs to note new template\n\n0.2.1\n-----\n\n* Added missing opening parenthesis to urls.py template for django_app\n* Renamed doc files to .rst, and updated MANIFEST accordingly\n\n0.2.0\n-----\n\n* Added templates for namespaced projects and applications\n\n0.1.2\n-----\n\n* Fixed egg build problem which omitted templates\n\n0.1.1\n-----\n\n* Corrected setup.cfg release tagging\n\n0.1\n---\n\n* Initial work on django_app and django_project templates", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.fezconsulting.com", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "fez.djangoskel", "package_url": "https://pypi.org/project/fez.djangoskel/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fez.djangoskel/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.fezconsulting.com" }, "release_url": "https://pypi.org/project/fez.djangoskel/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Paster templates for creating Django applications as eggs", "version": "0.3.1" }, "last_serial": 653847, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "44c9eb4a534bcd5f0c2085a7cafb879f", "sha256": "c1a3a08bbb0bf2d26e2d8c3c0880d6150c7f5475841ca37e85f0c3c698a705dd" }, "downloads": -1, "filename": "fez.djangoskel-0.1.1-py2.5.egg", "has_sig": true, "md5_digest": "44c9eb4a534bcd5f0c2085a7cafb879f", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 5669, "upload_time": "2008-12-02T20:31:28", "url": "https://files.pythonhosted.org/packages/37/01/1d5b804647832623a445117dc91df441674b660916df58a3e5be10a0f3dd/fez.djangoskel-0.1.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "dcdbcb521008f3ce68152cc304235f9d", "sha256": "7a3de9f7dc8fb854cc64455f23861792cbc0aea44ac72d04d6778b4b2ebee960" }, "downloads": -1, "filename": "fez.djangoskel-0.1.1.tar.gz", "has_sig": true, "md5_digest": "dcdbcb521008f3ce68152cc304235f9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3421, "upload_time": "2008-12-02T20:31:22", "url": "https://files.pythonhosted.org/packages/37/13/34decd44eb85d31a95a9c7f082fa04cc7a92c2e2ee50a433b6076ce8304f/fez.djangoskel-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c3ff43fa8c11fe88ae8713ac9ac6851e", "sha256": "d449b700facbf579f262bd2f3ea7d01b28ac08667f4bb581c78c3146ef614a7a" }, "downloads": -1, "filename": "fez.djangoskel-0.1.2-py2.5.egg", "has_sig": true, "md5_digest": "c3ff43fa8c11fe88ae8713ac9ac6851e", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 16998, "upload_time": "2008-12-02T20:53:22", "url": "https://files.pythonhosted.org/packages/88/07/cb10a5bbd23c642feae51bcd31ba159584288d53d24df07f3ec66bf5b3a7/fez.djangoskel-0.1.2-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "edc5b8d2fd210a3b168985adc386a482", "sha256": "c1429e605e5e37226a6e2186af20112e75c9b511907a5853676c265e2d8a994f" }, "downloads": -1, "filename": "fez.djangoskel-0.1.2.tar.gz", "has_sig": true, "md5_digest": "edc5b8d2fd210a3b168985adc386a482", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8373, "upload_time": "2008-12-02T20:53:18", "url": "https://files.pythonhosted.org/packages/80/d0/a84e9ef1f78c2cc6feaa0f49b1a812f938512dfe855b6016cbddfaa0529f/fez.djangoskel-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "17212b4e0dbfe5eb0371e583699038a4", "sha256": "5c9c424910a672626002468086f8919bf40949f888aeaca684c400e98d0ec12f" }, "downloads": -1, "filename": "fez.djangoskel-0.2.0-py2.5.egg", "has_sig": false, "md5_digest": "17212b4e0dbfe5eb0371e583699038a4", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 32427, "upload_time": "2008-12-03T18:21:39", "url": "https://files.pythonhosted.org/packages/c9/f2/de039303bf2a4e51f76faebf59d87dfcea65f23961836110a6036f46d3f3/fez.djangoskel-0.2.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "a11bb9ff794f4c363e377b519bab37ac", "sha256": "8af5adbdf930d0483f386de9d5f98162d89b0cdc021cc25173cb44d69f16153c" }, "downloads": -1, "filename": "fez.djangoskel-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a11bb9ff794f4c363e377b519bab37ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13854, "upload_time": "2008-12-03T18:21:40", "url": "https://files.pythonhosted.org/packages/44/6c/18e96a9166cde3005a009bfc558a54be8e865ce2de2b8e8421c1f51eb2e7/fez.djangoskel-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b09531f6e7f1687b0d0f47975ea460c4", "sha256": "0c5b7ff4e23eaab66c2076b60fd47ff2958e8786fa8d8eb66f9d83df70312401" }, "downloads": -1, "filename": "fez.djangoskel-0.2.1-py2.5.egg", "has_sig": true, "md5_digest": "b09531f6e7f1687b0d0f47975ea460c4", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 32500, "upload_time": "2008-12-14T14:24:51", "url": "https://files.pythonhosted.org/packages/ce/c0/6ebb1604487de4d0a12ecd5f0be13d6f49a67fb42ea4e200beef3b13aed0/fez.djangoskel-0.2.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "9579bd13f501d3744a7725cc441bdc32", "sha256": "4e97e816b8af11970e6fb3a8f30b2c05301c360a66f88108b02dc2a67bb6a739" }, "downloads": -1, "filename": "fez.djangoskel-0.2.1.tar.gz", "has_sig": true, "md5_digest": "9579bd13f501d3744a7725cc441bdc32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10261, "upload_time": "2008-12-14T14:24:44", "url": "https://files.pythonhosted.org/packages/3f/9e/0de20e849668b3e024ea59d850ee7ebe4988d7e3e915d5135731c762cb00/fez.djangoskel-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "6fe20b6bdbbe0e030b6218cee2a5ed20", "sha256": "70faa8e644f1a692f25cabba6be57833c01e898c57c66c7fdd4163059ec1d08b" }, "downloads": -1, "filename": "fez.djangoskel-0.3.0-py2.5.egg", "has_sig": true, "md5_digest": "6fe20b6bdbbe0e030b6218cee2a5ed20", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 36713, "upload_time": "2008-12-30T17:43:28", "url": "https://files.pythonhosted.org/packages/79/ac/481a02e2a89301213a1e2ce7060fa083fa9bfe80807d75e2dc5f48ef20aa/fez.djangoskel-0.3.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "f48d20faa007e7dab046ae62850d4043", "sha256": "7d660babbf5549fbc28ef8719d032ad5008db3ecf882a1b88f9855fe598e89a9" }, "downloads": -1, "filename": "fez.djangoskel-0.3.0.tar.gz", "has_sig": true, "md5_digest": "f48d20faa007e7dab046ae62850d4043", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11781, "upload_time": "2008-12-30T17:43:24", "url": "https://files.pythonhosted.org/packages/2c/55/ca3c7a6fd02a5d5ea365e388ecedf7f00632ff903c997bafb57dc36debf6/fez.djangoskel-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "88df2eb1512137c973b5e1b0a9a8a6aa", "sha256": "c82b9bceb0a4f359fe4f5a478e2b7e2d3534f68b65e00ea925df4e8085e313d2" }, "downloads": -1, "filename": "fez.djangoskel-0.3.1-py2.5.egg", "has_sig": true, "md5_digest": "88df2eb1512137c973b5e1b0a9a8a6aa", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 36776, "upload_time": "2009-01-02T09:40:41", "url": "https://files.pythonhosted.org/packages/9b/2e/51f9524ddb14a6b95f547f2f8df3a1359e0308a23b2126d2ff8617905a37/fez.djangoskel-0.3.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "66cb16785cc0bc2914a172a1d40baddb", "sha256": "b77a0005ee560f2f4e8411f8e9f78b915dd16f927ec529c67a97552b2c79df48" }, "downloads": -1, "filename": "fez.djangoskel-0.3.1.tar.gz", "has_sig": true, "md5_digest": "66cb16785cc0bc2914a172a1d40baddb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12449, "upload_time": "2009-01-02T09:40:37", "url": "https://files.pythonhosted.org/packages/ac/d0/9e3bc93ef881150b006ea316454cf1205d2ee3771be542b381f963fb48b8/fez.djangoskel-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "88df2eb1512137c973b5e1b0a9a8a6aa", "sha256": "c82b9bceb0a4f359fe4f5a478e2b7e2d3534f68b65e00ea925df4e8085e313d2" }, "downloads": -1, "filename": "fez.djangoskel-0.3.1-py2.5.egg", "has_sig": true, "md5_digest": "88df2eb1512137c973b5e1b0a9a8a6aa", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 36776, "upload_time": "2009-01-02T09:40:41", "url": "https://files.pythonhosted.org/packages/9b/2e/51f9524ddb14a6b95f547f2f8df3a1359e0308a23b2126d2ff8617905a37/fez.djangoskel-0.3.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "66cb16785cc0bc2914a172a1d40baddb", "sha256": "b77a0005ee560f2f4e8411f8e9f78b915dd16f927ec529c67a97552b2c79df48" }, "downloads": -1, "filename": "fez.djangoskel-0.3.1.tar.gz", "has_sig": true, "md5_digest": "66cb16785cc0bc2914a172a1d40baddb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12449, "upload_time": "2009-01-02T09:40:37", "url": "https://files.pythonhosted.org/packages/ac/d0/9e3bc93ef881150b006ea316454cf1205d2ee3771be542b381f963fb48b8/fez.djangoskel-0.3.1.tar.gz" } ] }