{"id":20770868,"url":"https://github.com/codemonauts/django-boilerplate","last_synced_at":"2025-04-30T14:15:13.772Z","repository":{"id":40827222,"uuid":"266596749","full_name":"codemonauts/django-boilerplate","owner":"codemonauts","description":"A good starting point for your next Django project","archived":false,"fork":false,"pushed_at":"2022-12-06T04:25:21.000Z","size":307,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T16:46:50.638Z","etag":null,"topics":["django","hacktoberfest"],"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/codemonauts.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":"2020-05-24T18:03:42.000Z","updated_at":"2024-09-25T16:19:28.000Z","dependencies_parsed_at":"2023-01-23T14:45:39.078Z","dependency_job_id":null,"html_url":"https://github.com/codemonauts/django-boilerplate","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/codemonauts%2Fdjango-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fdjango-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fdjango-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fdjango-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemonauts","download_url":"https://codeload.github.com/codemonauts/django-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251719256,"owners_count":21632649,"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","hacktoberfest"],"created_at":"2024-11-17T12:12:36.152Z","updated_at":"2025-04-30T14:15:13.726Z","avatar_url":"https://github.com/codemonauts.png","language":"Python","readme":"# Django-Boilerplate\n\nUse this as a starting point for new Django projects. This boilerplate is intendet to represent our way of developing\nDjang so we made some decisions in this repository:\n\n    - Custom user model\n    - Use pug instead of plain HTML\n    - Move apps into the project folder\n    - User one globale template folder for all apps\n    - Use AWS S3 to store assets in production\n    - Different settings files for different stages\n    - Docker/Docker-Compose for local development\n    - gulp.js for css/js/image processing\n\n# Usage\nMake sure you have Docker and docker-compose installed. Then execute the following steps to create a project with the\nname *myproject*:\n```\nmkdir myproject \u0026\u0026 cd myproject\ndjango-admin startproject --template https://github.com/codemonauts/django-boilerplate/archive/main.zip --name=docker-compose.yml myproject .\ndocker-compose up\n```\nYour new Django installation should now be reachable at [localhost:8000](http://localhost:8000)\n\n## Install new dependencies\n```\necho \"libraryname\" \u003e\u003e requirements.txt\ndocker-compose exec web pip install -r requirements.txt\n```\n\n## Run Django comamands with manage.py\n```\ndocker-compose exec web ./manage.py \u003ccommand\u003e\n```\n\n## Import DB dump\nThe dump must be located inside the project dir\n```\ndocker-compose exec db import \u003cfilename\u003e\n```\n\n## Create a DB dump\n```\ndocker-compose exec db dump\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonauts%2Fdjango-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemonauts%2Fdjango-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonauts%2Fdjango-boilerplate/lists"}