{"id":19435698,"url":"https://github.com/cssnr/django3-boiler","last_synced_at":"2025-04-24T21:30:37.114Z","repository":{"id":45166734,"uuid":"441127011","full_name":"cssnr/django3-boiler","owner":"cssnr","description":"Django 3.2 Boiler Plate Template. Designed for Docker Swarm. Includes configuration for Traefik. App uses Bootstrap 5, Celery, Redis, and has a custom Discord OAuth flow.","archived":true,"fork":false,"pushed_at":"2022-01-04T06:10:34.000Z","size":2151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T06:44:54.351Z","etag":null,"topics":["django","docker","python"],"latest_commit_sha":null,"homepage":"https://django3-boiler.sapps.me","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/cssnr.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}},"created_at":"2021-12-23T09:21:35.000Z","updated_at":"2024-09-07T07:00:32.000Z","dependencies_parsed_at":"2022-08-27T10:24:15.284Z","dependency_job_id":null,"html_url":"https://github.com/cssnr/django3-boiler","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/cssnr%2Fdjango3-boiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cssnr%2Fdjango3-boiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cssnr%2Fdjango3-boiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cssnr%2Fdjango3-boiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cssnr","download_url":"https://codeload.github.com/cssnr/django3-boiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250712871,"owners_count":21475092,"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","python"],"created_at":"2024-11-10T15:07:39.662Z","updated_at":"2025-04-24T21:30:36.263Z","avatar_url":"https://github.com/cssnr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Discord](https://img.shields.io/discord/899171661457293343?color=7289da\u0026label=discord\u0026logo=discord\u0026logoColor=white\u0026style=flat)](https://discord.gg/wXy6m2X8wY)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/dbceb84a912b4722a55d9cb0f2fcdc54)](https://www.codacy.com/gh/cssnr/django3-boiler/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=cssnr/django3-boiler\u0026amp;utm_campaign=Badge_Grade)\n[![](https://repository-images.githubusercontent.com/441127011/501ead8a-f34b-4fe1-9826-d98936e39c70)](https://github.com/cssnr/django3-boiler)\n# Django Boiler\n\nDjango 3.2 Boiler Plate using Bootstrap 5, Celery 5 and much more...\n\n[https://sapps.me/](https://sapps.me/)\n\n## Development\n\n### manage.py\n\nUsing manage.py for web development\n\n```text\ngit clone https://github.com/cssnr/django3-boiler.git\ncd django3-boiler\ncp settings.env.example settings.env\nvim settings.env\nIFS=$'\\n';export env $(cat settings.env);IFS=' '\ncd app\npython -m venv venv\nsource venv/bin/activate\npip install -U pip\npip install -Ur requirements.txt\npython manage.py makemigrations\npython manage.py migrate\npython manage.py runserver_plus 0.0.0.0:8000\n```\n\n### docker-compose\n\nUsing docker-compose up for stack development\n\n```text\ngit clone https://github.com/cssnr/django3-boiler.git\ncd django3-boiler\ncp settings.env.example settings.env\nvim settings.env\ndocker-compose up --remove-orphans --build -d\ndocker exec -it django3-boiler_app_1 sh\npython manage.py makemigrations\npython manage.py migrate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcssnr%2Fdjango3-boiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcssnr%2Fdjango3-boiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcssnr%2Fdjango3-boiler/lists"}