{"id":22161171,"url":"https://github.com/mr-destructive/django-quick-setup-script","last_synced_at":"2025-03-24T15:24:22.630Z","repository":{"id":108077598,"uuid":"396239888","full_name":"Mr-Destructive/django-quick-setup-script","owner":"Mr-Destructive","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-04T18:28:21.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T20:37:25.524Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/Mr-Destructive.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-15T06:17:58.000Z","updated_at":"2023-03-29T22:00:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"07597101-c965-4a17-a327-6c1428ecd8a8","html_url":"https://github.com/Mr-Destructive/django-quick-setup-script","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/Mr-Destructive%2Fdjango-quick-setup-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fdjango-quick-setup-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fdjango-quick-setup-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fdjango-quick-setup-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mr-Destructive","download_url":"https://codeload.github.com/Mr-Destructive/django-quick-setup-script/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245295639,"owners_count":20592077,"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-12-02T04:13:33.981Z","updated_at":"2025-03-24T15:24:22.619Z","avatar_url":"https://github.com/Mr-Destructive.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Django Quick Setup Script\n\n- Make sure you have a running [python](https://www.python.org/downloads/) setup.\n- Also, [pip](https://pip.pypa.io/en/stable/) should be properly installed and configured.\n- You can now run the scripts according to your Operating System:\n     - **For Windows**\n\n\t```\n\tmkdir %1 \n\tcd %1\n\tpip install virtualenv\n\tvirtualenv env\n\tcall env\\Scripts\\activate\n\n\tpip install django\n\tdjango-admin startproject %1 .\n\tcls\n\t```\n     - **For Linux and macOS**\n\n\t```\n\t#!/usr/bin/env bash\n\n\tmkdir $1\n\tcd $1\n\tpip install virtualenv\n\tvirtualenv env\n\tsource env\\bin\\activate\n\n\tpip install django\n\tdjango-admin startproject $1 .\n\tclear\n\t```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-destructive%2Fdjango-quick-setup-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-destructive%2Fdjango-quick-setup-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-destructive%2Fdjango-quick-setup-script/lists"}