{"id":19811911,"url":"https://github.com/hoverth/django_docker_project_template","last_synced_at":"2026-04-13T21:02:04.406Z","repository":{"id":226140497,"uuid":"586776455","full_name":"Hoverth/Django_Docker_Project_Template","owner":"Hoverth","description":"A template for a Django webserver within a Docker container, with several other components already set up.","archived":false,"fork":false,"pushed_at":"2023-01-09T07:51:51.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T07:05:26.971Z","etag":null,"topics":["celery","django","django-project","django-template-project","nginx","postgresql","rabbitmq","template","webserver"],"latest_commit_sha":null,"homepage":"","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/Hoverth.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}},"created_at":"2023-01-09T07:50:42.000Z","updated_at":"2023-01-09T07:54:00.000Z","dependencies_parsed_at":"2024-03-06T04:39:33.109Z","dependency_job_id":null,"html_url":"https://github.com/Hoverth/Django_Docker_Project_Template","commit_stats":null,"previous_names":["hoverth/django_docker_project_template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hoverth/Django_Docker_Project_Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hoverth%2FDjango_Docker_Project_Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hoverth%2FDjango_Docker_Project_Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hoverth%2FDjango_Docker_Project_Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hoverth%2FDjango_Docker_Project_Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hoverth","download_url":"https://codeload.github.com/Hoverth/Django_Docker_Project_Template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hoverth%2FDjango_Docker_Project_Template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["celery","django","django-project","django-template-project","nginx","postgresql","rabbitmq","template","webserver"],"created_at":"2024-11-12T09:28:11.890Z","updated_at":"2026-04-13T21:02:04.372Z","avatar_url":"https://github.com/Hoverth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Docker Project Template\nThis is a template for a Django webserver within a Docker container, with several additional helpful components already set up.\n\n## Usage\nJust `git clone` this repository, and you should be good to go!\n\nThe Django project is held within the `Project` directory, with a default blank starting app in the `MainApp` subdirectory.\n\n##### Make sure to change the variables in `.env`!!!\n\n### Basic Command Reference\nHere's some commands to get you started.\n\n - `docker-compose up -d --build` - Build and run the project, accessible by going to http://localhost:1337/\n - `docker-compose exec web python Project/manage.py shell` - Access the Django project built-in shell\n - `docker-compose logs web` - Shows the Django webserver's logs\n\n## Components\nThis template contains the following components:\n\n - Django webserver\n   - A empty Django project with a single blank app, with the only modifications the addition of the `celery.py` and `tasks.py` files and modification in the app's `__init__.py` to ease implementation of Celery tasks\n - PostgreSQL database\n   - This database is already connected to Django, and is ready to be used\n - Celery task manager\n   - This is to enable the implementation of asynchronous and/or scheduled tasks \n - RabbitMQ message broker\n   - This is to enable the Celery worker process to receive messages from the Django webserver\n - nginx reverse proxy\n   - This is to serve the Django webserver coupled with its static files to the outside network\n\n## License\nCopyright (c) 2023 Thomas Dickson\n\nThis repository is licensed under the MIT license.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoverth%2Fdjango_docker_project_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoverth%2Fdjango_docker_project_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoverth%2Fdjango_docker_project_template/lists"}