{"id":25193009,"url":"https://github.com/luderibeiro/django_base","last_synced_at":"2025-07-11T15:42:40.136Z","repository":{"id":251741481,"uuid":"784990647","full_name":"luderibeiro/django_base","owner":"luderibeiro","description":"Base template to start Django project with clean architecture.","archived":false,"fork":false,"pushed_at":"2024-12-14T18:09:32.000Z","size":452,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T14:57:50.537Z","etag":null,"topics":["api","api-gateway","api-versioning","clean-architecture","django","django-framework","django-framework-example","django-project","django-rest-framework","django5-template","jazzmin","oauth-provider","oauth2-authentication","python3","rest-framework"],"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/luderibeiro.png","metadata":{"files":{"readme":"README-en.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":"2024-04-11T01:00:24.000Z","updated_at":"2024-12-14T18:09:36.000Z","dependencies_parsed_at":"2024-08-05T13:25:44.268Z","dependency_job_id":"d4322466-ab57-48ac-ba69-8e4ffd5ea8c4","html_url":"https://github.com/luderibeiro/django_base","commit_stats":null,"previous_names":["luderibeiro/django_base"],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luderibeiro%2Fdjango_base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luderibeiro%2Fdjango_base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luderibeiro%2Fdjango_base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luderibeiro%2Fdjango_base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luderibeiro","download_url":"https://codeload.github.com/luderibeiro/django_base/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252963913,"owners_count":21832589,"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":["api","api-gateway","api-versioning","clean-architecture","django","django-framework","django-framework-example","django-project","django-rest-framework","django5-template","jazzmin","oauth-provider","oauth2-authentication","python3","rest-framework"],"created_at":"2025-02-09T22:52:38.443Z","updated_at":"2025-05-07T22:27:38.141Z","avatar_url":"https://github.com/luderibeiro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Project Template\n\nQuer ler este README em português? [Clique aqui](README.md)\n\nThis repository serves as a template for starting projects in Python (version 3.12) with the Django framework (version 5.0).\n\n## About the Project\n\nThis Django project is Dockerized and follows the principles of Clean Architecture. It provides a solid structure for developing a variety of applications, from APIs to web applications.\n\n## How to Use\n\nFollow these steps to run the project:\n\n1.  **Clone the Repository:**\n\n        git clone git@github.com:luderibeiro/django_base.git\n\n2.  **Set Up the Environment:**\n\n-   Create a `.env` file in the project root and add necessary configurations such as API keys, database settings, etc.\n\n3.  **Run Docker Compose:**\n\n        docker-compose up --build\n\n`Note: The `--build` flag should be executed only the first time the project is installed or when there are changes in the build files.`\n\n4. **Access the Application:**\n   The application will be available at `http://localhost:8000`.\n   \n   If you want to access the admin page, simply go to `http://localhost:8000/admin/`.\n\n**Error Handling**\n\n-   In case you encounter this error: PermissionError: [Errno 13] Permission denied: '/data/web/static/admin'\n    Run the following command:\n\n        sudo chown -R user:group data\n\n`Note: Replace \"user\" with your local machine username and \"group\" with the user's group.`\n\n## Contribution\n\nFeel free to contribute improvements or new features. Just follow these steps:\n\n1. Fork the repository.\n2. Create a branch for your contribution: `git checkout -b feature/new-feature`.\n3. Make your changes and commit: `git commit -m 'Add new feature'`.\n4. Push to the branch: `git push origin feature/new-feature`.\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluderibeiro%2Fdjango_base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluderibeiro%2Fdjango_base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluderibeiro%2Fdjango_base/lists"}