{"id":23652907,"url":"https://github.com/fulanii/djang_setup","last_synced_at":"2025-04-10T12:13:24.303Z","repository":{"id":269556142,"uuid":"907778137","full_name":"fulanii/djang_setup","owner":"fulanii","description":"A simple cli too build in python to generate Django configs","archived":false,"fork":false,"pushed_at":"2025-02-13T14:55:55.000Z","size":4032,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T11:07:29.803Z","etag":null,"topics":["boilerplate","cli","django","django-boilerplate","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/djang-setup/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fulanii.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-12-24T11:13:27.000Z","updated_at":"2025-02-13T14:55:59.000Z","dependencies_parsed_at":"2024-12-26T13:03:31.522Z","dependency_job_id":null,"html_url":"https://github.com/fulanii/djang_setup","commit_stats":null,"previous_names":["fulanii/django_cli_tool","fulanii/django_setup","fulanii/djan_setup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulanii%2Fdjang_setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulanii%2Fdjang_setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulanii%2Fdjang_setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulanii%2Fdjang_setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fulanii","download_url":"https://codeload.github.com/fulanii/djang_setup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217081,"owners_count":21066633,"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":["boilerplate","cli","django","django-boilerplate","python"],"created_at":"2024-12-28T17:22:20.610Z","updated_at":"2025-04-10T12:13:24.275Z","avatar_url":"https://github.com/fulanii.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Setup \nA cli tool to setup django for you\n\n## Features\n* install django if not already installed\n* creates django project\n* creates django app \n* creates settings folder\n* creates settings files: `base.py`, `developmemt.py`, `production.py`\n* creates `.gitignore`, `.env.dev`, `.env,prod`, and `requirements.txt`\n* updates `INSTALLED_APPS`, `DEBUG`, `ALLOWED_HOST` and `BASE_DIR`\n* creates `app_name/urls.py`\n* add `app_name/urls.py` to `project_name/urls.py` urlpatterns uisng `include()`\n* update prod settings in prod file\n* update django to use either env.dev or env.prod based on env var\n\n## Usage\n1. Set up a virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n2. install the package\n```bash\npip install djang-setup\n```\n\n3. run it and follow the prompt\n```bash\ndjang-setup\n```\n\n![domo](./djang-setup-demo.gif)\n\n\n## Support\n* Star the project :)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulanii%2Fdjang_setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffulanii%2Fdjang_setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulanii%2Fdjang_setup/lists"}