{"id":17495792,"url":"https://github.com/gionniboy/djangazzo","last_synced_at":"2025-07-23T11:05:01.528Z","repository":{"id":46857091,"uuid":"134802079","full_name":"gionniboy/djangazzo","owner":"gionniboy","description":"Django docker compose for fast developing without ops overhead.","archived":false,"fork":false,"pushed_at":"2023-07-30T09:42:41.000Z","size":24,"stargazers_count":11,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T10:22:49.503Z","etag":null,"topics":["alpine","compose","devops","django","docker","mailhog","postgresql","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gionniboy.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":"2018-05-25T04:09:27.000Z","updated_at":"2022-06-21T18:47:47.000Z","dependencies_parsed_at":"2024-10-27T21:45:44.823Z","dependency_job_id":"2c35ab18-924e-4b4a-9f53-1c374a6edacc","html_url":"https://github.com/gionniboy/djangazzo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gionniboy/djangazzo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gionniboy%2Fdjangazzo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gionniboy%2Fdjangazzo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gionniboy%2Fdjangazzo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gionniboy%2Fdjangazzo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gionniboy","download_url":"https://codeload.github.com/gionniboy/djangazzo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gionniboy%2Fdjangazzo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266665790,"owners_count":23964973,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["alpine","compose","devops","django","docker","mailhog","postgresql","python"],"created_at":"2024-10-19T14:29:44.136Z","updated_at":"2025-07-23T11:05:01.495Z","avatar_url":"https://github.com/gionniboy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Djangazzo\nDjangazzo is a ready-to-go django environment built with docker compose for fast developing without ops overhead.\n\n## Dev Env with docker-compose\nCustomise .env file if needed.\nRemember: never commit/push a secret env file on repositories.\n\n## docker-compose\nFirst time we need to build the stack\n\n```console\ndocker-compose build\n```\n\nThen\n\n```console\ndocker-compose up [-d to detach]\n```\n\nExecute management command inside docker-compose\n\n```console\ndocker-compose run --rm django python manage.py makemigrations\ndocker-compose run --rm django python manage.py migrate\ndocker-compose run --rm django python manage.py createsuperuser\ndocker-compose run --rm django python manage.py startapp myamazingapp\ndocker-compose run --rm django python manage.py collectstatic\n```\n\nThese files are created by django inside docker so they are owned by root.\nChange permission to solve the issue\n\n```console\nsudo chown -R $USER:$USER .\n```\n\nnow we can open the browser to http://localhost:8000 and profit.\n\n\n## POSTGRESQL\nPostgres11 on its docker, it exposes the 5432 port \\\nYou can connect using a psql client installed locally\n\n```console\npsql -U postgres -h 0.0.0.0 -p 5432\n```\n\n## REDIS\n\n## MAILHOG\n\nIn development, it is often nice to be able to see emails that are being sent from your application. For that reason local SMTP server MailHpg with a web interface is available as docker container.\n\nContainer mailhog will start automatically when you will run all docker containers.\n\nWith [MailHog](https://github.com/mailhog/MailHog) running, to view messages that are sent by your application, open your browser and go to http://127.0.0.1:8025\n\n\n# So Long, and Thanks for All the Fish\n\nissue\u0026\u0026PR || GTFO\n\nenjoy.\n\n## **Authors**\n\n* **G Pullara**\n\nSee also the list of [contributors](https://github.com/gionniboy/djangazzo/contributors) who participated in this project.\n\n\n### **License**\nThis project is licensed under the BSD 3-Clause License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgionniboy%2Fdjangazzo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgionniboy%2Fdjangazzo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgionniboy%2Fdjangazzo/lists"}