{"id":27243723,"url":"https://github.com/mateusz-lisowski/django-app-stencil","last_synced_at":"2026-04-09T12:11:18.396Z","repository":{"id":286324774,"uuid":"961076019","full_name":"mateusz-lisowski/django-app-stencil","owner":"mateusz-lisowski","description":"Django based web application stencil set up with docker and docker-compose.","archived":false,"fork":false,"pushed_at":"2025-04-10T13:39:34.000Z","size":854,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T13:51:28.655Z","etag":null,"topics":["django","docker","docker-compose","jenkins","postgresql","python","redis"],"latest_commit_sha":null,"homepage":"","language":"Python","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/mateusz-lisowski.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":"2025-04-05T17:45:32.000Z","updated_at":"2025-04-10T13:39:38.000Z","dependencies_parsed_at":"2025-04-10T13:51:36.407Z","dependency_job_id":"c27725cb-6782-4c7e-aa08-fa2b4e21f5fe","html_url":"https://github.com/mateusz-lisowski/django-app-stencil","commit_stats":null,"previous_names":["mateusz-lisowski/django-test-deploy-app","mateusz-lisowski/django-app-stencil"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-lisowski%2Fdjango-app-stencil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-lisowski%2Fdjango-app-stencil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-lisowski%2Fdjango-app-stencil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-lisowski%2Fdjango-app-stencil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateusz-lisowski","download_url":"https://codeload.github.com/mateusz-lisowski/django-app-stencil/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248298435,"owners_count":21080318,"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","docker-compose","jenkins","postgresql","python","redis"],"created_at":"2025-04-10T20:58:20.349Z","updated_at":"2025-12-30T20:22:03.464Z","avatar_url":"https://github.com/mateusz-lisowski.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django test deploy app\n\nDjango test app for checking CI/CD pipelines and integration with servers.\nIt is a skeleton project for integrating all common libraries and making your code easy-to-start.\n\n\u003e ⚠️ **Warning:** You have to remember to set up external docker network by yourself.\n\u003e It is also highly advisable to use reverse proxy server with HTTPS for safety reasons.\n\n\u003e 💡 **Tip:** This project is prepared to integrate both with Jenkins and Caddy.\n\u003e Relevant project can be found here:\n\u003e - **Caddy stencil:** https://github.com/mateusz-lisowski/caddy-stencil\n\u003e - **Jenkins stencil:** https://github.com/mateusz-lisowski/jenkins-stencil\n\n## Project structure\n- **Django** as the main backbone of the project\n- **Postgres** as the main database\n- **Redis** as the caching database\n- **Docker** as the main deployment engine\n- **Jenkins** as CI/CD solution\n\n### Django app dependencies\n- **Gmail** as mailing service (just for starting)\n- **whitenoise** as staticfiles-serving library (just for starting)\n- **python-decouple** for managing .env files\n- **django-allauth** for out-of-the-box authentication\n- **django-allauth-ui** for making allauth look good\n- **gunicorn** for serving django app as wsgi\n\n## Helpful commands\n\n### Check if django is deploy-ready\n```commandline\npython manage.py check --deploy\n```\n\n### Lint project with flake8\n```commandline\nflake8 --max-line-length 120\n```\n\n### Test chosen app\n```commandline\ncoverage run --source='.' manage.py test myapp\n```\n\n### Test whole project\n```commandline\ncoverage run --source='.' manage.py test .\n```\n\n### Get a coverage report\n```commandline\ncoverage report\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusz-lisowski%2Fdjango-app-stencil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateusz-lisowski%2Fdjango-app-stencil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusz-lisowski%2Fdjango-app-stencil/lists"}