{"id":15516061,"url":"https://github.com/bfirsh/django-docker-cloud-template","last_synced_at":"2026-03-27T02:18:13.187Z","repository":{"id":66636621,"uuid":"62638058","full_name":"bfirsh/django-docker-cloud-template","owner":"bfirsh","description":"A template for creating Django applications that run on Docker Cloud","archived":false,"fork":false,"pushed_at":"2016-07-05T13:16:08.000Z","size":17,"stargazers_count":12,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-21T13:04:54.860Z","etag":null,"topics":["django","docker-cloud"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfirsh.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":"2016-07-05T13:14:23.000Z","updated_at":"2020-10-10T16:52:17.000Z","dependencies_parsed_at":"2023-02-26T10:15:43.486Z","dependency_job_id":null,"html_url":"https://github.com/bfirsh/django-docker-cloud-template","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/bfirsh%2Fdjango-docker-cloud-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfirsh%2Fdjango-docker-cloud-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfirsh%2Fdjango-docker-cloud-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfirsh%2Fdjango-docker-cloud-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfirsh","download_url":"https://codeload.github.com/bfirsh/django-docker-cloud-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250362915,"owners_count":21418166,"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":["django","docker-cloud"],"created_at":"2024-10-02T10:05:32.637Z","updated_at":"2026-03-27T02:18:08.155Z","avatar_url":"https://github.com/bfirsh.png","language":"Python","readme":"# Django template for Docker Cloud\n\nThis is a template for Django applications that can be run with Docker Compose locally and Docker Cloud in production.\n\n## Getting started\n\nTo get started (replace `myapp` with the name of your app):\n\n    $ docker run -it --rm -v \"$PWD\":/usr/src/app -w /usr/src/app django django-admin.py startproject --template https://github.com/bfirsh/django-docker-cloud-template/zipball/master myapp\n    $ cd myapp\n\nThis readme file is now in your app's directory. You can delete this top bit and everything that follows is the start of your app's readme.\n\n\n# {{ project_name }}\n\nDescription of {{ project_name }}.\n\n## Running in development\n\nInstall Docker for Mac or Windows.\n\nDo the initial database migration:\n\n    $ docker-compose run web python manage.py migrate\n\nThen to run the app:\n\n    $ docker-compose up\n\nYour app is now available at http://localhost:8000\n\n## Running in production\n\nUpload `docker-cloud.yml` to Docker Cloud, filling in:\n\n - `SECRET_KEY` with a random string (run `openssl rand -base64 64` to generate)\n - `ALLOWED_HOSTS` with the hostname that the app is running on\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfirsh%2Fdjango-docker-cloud-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfirsh%2Fdjango-docker-cloud-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfirsh%2Fdjango-docker-cloud-template/lists"}