{"id":40723014,"url":"https://github.com/djangocon/2024.djangocon.eu","last_synced_at":"2026-01-21T13:39:43.755Z","repository":{"id":207906699,"uuid":"720377968","full_name":"djangocon/2024.djangocon.eu","owner":"djangocon","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-20T10:56:56.000Z","size":109286,"stargazers_count":12,"open_issues_count":0,"forks_count":14,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-11T03:59:41.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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}},"created_at":"2023-11-18T09:50:05.000Z","updated_at":"2025-03-30T00:51:43.000Z","dependencies_parsed_at":"2024-06-10T10:53:13.572Z","dependency_job_id":null,"html_url":"https://github.com/djangocon/2024.djangocon.eu","commit_stats":null,"previous_names":["djangocon/2024.djangocon.eu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/djangocon/2024.djangocon.eu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djangocon%2F2024.djangocon.eu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djangocon%2F2024.djangocon.eu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djangocon%2F2024.djangocon.eu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djangocon%2F2024.djangocon.eu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djangocon","download_url":"https://codeload.github.com/djangocon/2024.djangocon.eu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djangocon%2F2024.djangocon.eu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28633797,"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:39:43.698Z","updated_at":"2026-01-21T13:39:43.748Z","avatar_url":"https://github.com/djangocon.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"djangocon_2024/static/images/logo/logo_coloured.png\" height=100 /\u003e\n\n🌍 [2024.djangocon.eu](https://2024.djangocon.eu/) \\\n📍 Vigo, Spain 🇪🇸 \\\n📅 June 5-9\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\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```\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\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%2F2024.djangocon.eu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjangocon%2F2024.djangocon.eu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjangocon%2F2024.djangocon.eu/lists"}