{"id":27443489,"url":"https://github.com/helenanevesdeveloper/django-trivia-website","last_synced_at":"2026-05-01T16:35:26.002Z","repository":{"id":225050310,"uuid":"762036331","full_name":"helenanevesdeveloper/django-trivia-website","owner":"helenanevesdeveloper","description":"A Trivia website for users to test their knowledge on Django framework. Built with Python 3.10.12 and Django 5.0.2 with the purpose of practicing.","archived":false,"fork":false,"pushed_at":"2024-03-04T23:17:14.000Z","size":20,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T09:54:54.262Z","etag":null,"topics":["django","python","sqlite"],"latest_commit_sha":null,"homepage":"https://trivia-ariannedee.pythonanywhere.com/","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/helenanevesdeveloper.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-23T00:37:42.000Z","updated_at":"2024-02-29T20:46:04.000Z","dependencies_parsed_at":"2024-03-04T00:29:26.217Z","dependency_job_id":"34368a21-0ca8-4c9c-8963-e0fc503ff054","html_url":"https://github.com/helenanevesdeveloper/django-trivia-website","commit_stats":null,"previous_names":["helenanevesbr/django-trivia-website","helenanevesdeveloper/django-trivia-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/helenanevesdeveloper/django-trivia-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helenanevesdeveloper%2Fdjango-trivia-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helenanevesdeveloper%2Fdjango-trivia-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helenanevesdeveloper%2Fdjango-trivia-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helenanevesdeveloper%2Fdjango-trivia-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helenanevesdeveloper","download_url":"https://codeload.github.com/helenanevesdeveloper/django-trivia-website/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helenanevesdeveloper%2Fdjango-trivia-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32505107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["django","python","sqlite"],"created_at":"2025-04-15T02:43:14.265Z","updated_at":"2026-05-01T16:35:25.988Z","avatar_url":"https://github.com/helenanevesdeveloper.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Trivia Website\n\n## Introduction\nA Trivia website for users to test their knowledge on Django framework. Built with Python 3.11 and Django 4.2 with the purpose of practicing.  \n[Original project](https://github.com/ariannedee/intro-to-django)  \n[OReilly Course](https://learning.oreilly.com/course/introduction-to-django/9780138320775/)\n\n### Live Site\nCheck out the live version of the trivia website here: [Trivia Website](https://trivia-ariannedee.pythonanywhere.com/)\n\n## Technologies\n- **Backend Framework**: Django 5.0.2\n- **Programming Language**: Python 3.10.12\n- **Database**: SQLite\n- **Frontend**: HTML, CSS, JavaScript (Django Templates)\n\n## Local Setup\nTo set up the project locally, follow these steps:\n\n1. **Clone the repository**\n```bash\ngit clone \u003crepository-url\u003e\ncd trivia-website\n```\n  \n2. **Create and activate a virtual environment**\nFor Unix/macOS:\n```bash\npython3 -m venv env\nsource venv/bin/activate\n```\nFor Windows:\n```bash\npy -m venv env\n.\\env\\Scripts\\activate\n```\n  \n3. **Install the dependencies**\n```bash\npip install -r requirements.txt\n```\n  \n4. **Set up the database**\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n  \n5. **Run the development server**\n```bash\npython manage.py runserver\n```\n  \nAccess the website at `http://127.0.0.1:8000/`\n\n## Features\n- Basic user login/singup\n- Staff can edit questions using Django forms\n- Admin site for managing users and questions\n- Sessions for remembering quiz state\n- Production and local settings\n- Environs and .env file\n- Uploaded user avatars\n- Django Debug Toolbar configured in development\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelenanevesdeveloper%2Fdjango-trivia-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelenanevesdeveloper%2Fdjango-trivia-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelenanevesdeveloper%2Fdjango-trivia-website/lists"}