{"id":19738787,"url":"https://github.com/00-team/00-team-django","last_synced_at":"2026-05-09T14:16:43.916Z","repository":{"id":129487094,"uuid":"346443779","full_name":"00-team/00-team-django","owner":"00-team","description":"The Django Site Project for 00 Team","archived":false,"fork":false,"pushed_at":"2022-07-16T16:24:30.000Z","size":1333,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-10T19:40:39.352Z","etag":null,"topics":["django","react","website"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/00-team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/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":"2021-03-10T17:50:52.000Z","updated_at":"2023-03-21T13:46:13.000Z","dependencies_parsed_at":"2023-06-11T08:45:42.003Z","dependency_job_id":null,"html_url":"https://github.com/00-team/00-team-django","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/00-team%2F00-team-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/00-team%2F00-team-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/00-team%2F00-team-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/00-team%2F00-team-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/00-team","download_url":"https://codeload.github.com/00-team/00-team-django/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241068083,"owners_count":19903954,"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","react","website"],"created_at":"2024-11-12T01:15:22.407Z","updated_at":"2026-05-09T14:16:43.793Z","avatar_url":"https://github.com/00-team.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 00 Team Django Project\n\nA small web project for 00 Team\n\n## How to run locally\n\n### Requirements\n\n1. Python 3.9\n2. Django 3.2\n3. Nodejs\n\n### Install\n\n```bash\ngit clone https://github.com/00-team/00-team-django.git\ncd 00-team-django\nnpm i\npip install requests django Pillow\n```\n\n### Edit\n\nedit `manage.py` :\n\n```diff\n- os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'Team_00.local_settings')\n+ os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'Team_00.settings')\n```\n\nedit `Team_00/settings.py` :\n\n```diff\n- SECRET_KEY = ''\n+ SECRET_KEY = '13r+28!4ii8%n7#ofeeju3aj@zn_br*byimxfbt$e-u(3*#1#('\n\n\nGOOGLE = {\n-   \"client_id\": \"\",\n+   \"client_id\": \"\u003cyour google app client_id\u003e\",\n\n-   \"client_secret\": \"\",\n+   \"client_secret\": \"\u003cyour google app client_secret\u003e\",\n    \"redirect_uri\": \"http://localhost:8000/account/login/google_callback/\"\n}\n```\n\n### Run\n\n```bash\nnpm run build\npython manage.py makemigrations\npython manage.py migrate\npython manage.py createsuperuser\npython manage.py runserver --insecure\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F00-team%2F00-team-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F00-team%2F00-team-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F00-team%2F00-team-django/lists"}