{"id":14065025,"url":"https://github.com/lincolnloop/django-startproject","last_synced_at":"2025-07-29T19:33:57.806Z","repository":{"id":639934,"uuid":"281702","full_name":"lincolnloop/django-startproject","owner":"lincolnloop","description":"Boilerplate code for new Django projects.","archived":true,"fork":false,"pushed_at":"2012-01-25T18:20:06.000Z","size":176,"stargazers_count":240,"open_issues_count":8,"forks_count":43,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-08-13T07:07:59.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://lincolnloop.com/django-best-practices/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lincolnloop.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-08-19T05:34:50.000Z","updated_at":"2024-06-08T18:41:28.000Z","dependencies_parsed_at":"2022-07-07T14:27:59.179Z","dependency_job_id":null,"html_url":"https://github.com/lincolnloop/django-startproject","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fdjango-startproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fdjango-startproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fdjango-startproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fdjango-startproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lincolnloop","download_url":"https://codeload.github.com/lincolnloop/django-startproject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228046027,"owners_count":17861081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-13T07:04:14.777Z","updated_at":"2024-12-04T04:30:39.003Z","avatar_url":"https://github.com/lincolnloop.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"============\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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincolnloop%2Fdjango-startproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flincolnloop%2Fdjango-startproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincolnloop%2Fdjango-startproject/lists"}