{ "info": { "author": "Lincoln Loop", "author_email": "info@lincolnloop.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "============\nStartProject\n============\n\nStartProject installs a script which allows the easy creation of a standard\nDjango project layout based on Lincoln Loop standards.\n\n\nScript usage\n============\n\nAfter installing StartProject, simply run the following command (from within\nthe directory in where the new project directory should be created)::\n\n\tdjango-startproject.py project_name\n\nThe script will prompt for values to replace boilerplate variables with. These\nvariables allow for both the file contents and path names to be customized to\nthis specific project.\n\n\nUsing a custom project template\n===============================\n\nIf you would prefer to use a custom project template than the one included in\nthis application, create your custom project template directory and call the\ncommand script like this::\n\n django-startproject.py --template-dir=/your/custom/template project_name\n\n\nSpecifying boilerplate variables\n--------------------------------\n\nTwo optional files in the root of the project template directory are used to\ndetermine the boilerplate variables:\n\n``.startproject_boilerplate``\n\tEach line should contain the boilerplate variable (and optionally, a\n\tdescription of the variable, separated from the variable by white space).\n\n``.startproject_defaults``\n\tEach line should contain a variable and the default value, separated by\n\twhitespace. If the default value contains ``PROJECT``, it is replaced with\n\tthe project name.\n\nSee the files included in the project_template directory of StartProject for\nan example.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-startproject", "package_url": "https://pypi.org/project/django-startproject/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-startproject/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-startproject/1.0a/", "requires_dist": null, "requires_python": null, "summary": "Create a Django project layout based on Lincoln Loop best practices.", "version": "1.0a" }, "last_serial": 790744, "releases": { "1.0a": [ { "comment_text": "", "digests": { "md5": "5ec4213cae623178ac57c227459301a3", "sha256": "50654af2f6b3cd8816815a201d0d750da149a4c20acc4a21e48ba0696b9231f7" }, "downloads": -1, "filename": "django-startproject-1.0a.tar.gz", "has_sig": false, "md5_digest": "5ec4213cae623178ac57c227459301a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3893, "upload_time": "2011-08-03T00:06:39", "url": "https://files.pythonhosted.org/packages/95/7f/4e7cc238b41ac21fd14251f62d8b5868ce6e2c278f685954e168549687ce/django-startproject-1.0a.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5ec4213cae623178ac57c227459301a3", "sha256": "50654af2f6b3cd8816815a201d0d750da149a4c20acc4a21e48ba0696b9231f7" }, "downloads": -1, "filename": "django-startproject-1.0a.tar.gz", "has_sig": false, "md5_digest": "5ec4213cae623178ac57c227459301a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3893, "upload_time": "2011-08-03T00:06:39", "url": "https://files.pythonhosted.org/packages/95/7f/4e7cc238b41ac21fd14251f62d8b5868ce6e2c278f685954e168549687ce/django-startproject-1.0a.tar.gz" } ] }