{"id":40723399,"url":"https://github.com/djangocon/2025.djangocon.eu","last_synced_at":"2026-01-21T13:40:10.538Z","repository":{"id":263273526,"uuid":"811890990","full_name":"djangocon/2025.djangocon.eu","owner":"djangocon","description":"DjangoCon Europe 2025","archived":false,"fork":false,"pushed_at":"2025-05-20T09:42:01.000Z","size":65144,"stargazers_count":5,"open_issues_count":2,"forks_count":14,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-20T10:44:03.613Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/djangocon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2024-06-07T14:12:16.000Z","updated_at":"2025-05-20T09:42:06.000Z","dependencies_parsed_at":"2025-03-16T23:22:28.427Z","dependency_job_id":"578f646f-5eea-4a3f-8efc-7cfd1fc200d8","html_url":"https://github.com/djangocon/2025.djangocon.eu","commit_stats":null,"previous_names":["djangocon/2025.djangocon.eu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/djangocon/2025.djangocon.eu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djangocon%2F2025.djangocon.eu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djangocon%2F2025.djangocon.eu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djangocon%2F2025.djangocon.eu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djangocon%2F2025.djangocon.eu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djangocon","download_url":"https://codeload.github.com/djangocon/2025.djangocon.eu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djangocon%2F2025.djangocon.eu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28633801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-21T13:40:10.199Z","updated_at":"2026-01-21T13:40:10.533Z","avatar_url":"https://github.com/djangocon.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"djangocon_2025/static/images/logo/2025_logo.png\" height=100 /\u003e\n\n🌍 [2025.djangocon.eu](https://2025.djangocon.eu/) \\\n📍 Dublin, Ireland \\\n📅 April 23-27\n\n[![built-with](https://img.shields.io/badge/built%20with-Cookiecutter%20Django-blue.svg)](https://github.com/pydanny/cookiecutter-django/)\n[![code-style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)]()\n\n## Local Development\n\n### Using venv\n\n_optional_ - Create a virtual environment\n\n```bash\npython -m venv env\n```\n\ninstall requirements:\n\n```bash\n\n\u003e pip install -r requirements/[ local | production ].txt\n```\n\n### Using Docker\n\n```bash\npython setup_env.py\ndocker compose build\ndocker compose up\n```\n\nTo access the running Django container, use `docker compose exec django /bin/bash`.\nBut please note that currently, `manage.py migrate` doesn't work, you need to use the provided `sqlite3.db`.\n\n### Database seed (`sqlite3.db`)\n\nAfter setting up the Django project,\npoint your local settings to the pre-populated SQLite database by appending the following to `config/settings/local.py`:\n\n```python\nimport os\n\n# Database\n# https://docs.djangoproject.com/en/1.9/ref/settings/#databases\nDATABASES = {\n    \"default\": {\n        \"ENGINE\": \"django.db.backends.sqlite3\",\n        \"NAME\": os.path.join(BASE_DIR, \"db.sqlite3\"),\n    }\n}\n```\n\n## Code of Conduct\n\nAs a contributor, you can help us keep the Django community open and inclusive.\nPlease read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## Getting Started\n\nGet started contributing by reading our [Contributing](CONTRIBUTING.md) guidelines.\n\n## How to Contribute to DjangoConEu website\n\nTo contribute to this project, please follow these steps:\n\n1. Fork the Repo\n2. Clone the Repo to your local machine\n3. Follow \"Local Development\"\n4. make changes and submit a PR( we will review)\n\n## Built With\n\n- [Python](https://docs.python.org/3/) - Programming language\n- [Django](https://docs.djangoproject.com/) - Web framework\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjangocon%2F2025.djangocon.eu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjangocon%2F2025.djangocon.eu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjangocon%2F2025.djangocon.eu/lists"}