{"id":18792645,"url":"https://github.com/peakwinter/django-react-talk","last_synced_at":"2025-12-28T12:30:14.917Z","repository":{"id":152656167,"uuid":"111753124","full_name":"peakwinter/django-react-talk","owner":"peakwinter","description":"Code samples for \"Playing Nice with Django and React\" talk","archived":false,"fork":false,"pushed_at":"2017-11-23T02:19:26.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T15:28:14.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/peakwinter.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":"2017-11-23T02:19:20.000Z","updated_at":"2018-10-07T21:43:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"7fde01ec-830e-4016-89d2-6cfa03fdd695","html_url":"https://github.com/peakwinter/django-react-talk","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/peakwinter%2Fdjango-react-talk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peakwinter%2Fdjango-react-talk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peakwinter%2Fdjango-react-talk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peakwinter%2Fdjango-react-talk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peakwinter","download_url":"https://codeload.github.com/peakwinter/django-react-talk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239718373,"owners_count":19685725,"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":[],"created_at":"2024-11-07T21:21:00.555Z","updated_at":"2025-12-28T12:30:14.876Z","avatar_url":"https://github.com/peakwinter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playing Nice with Django and React\n\n### Code Samples\n\nThis repository contains the Django + React practice project as demonstrated during the presentation \"Playing Nice with Django and React\" by Jacob Cook.\n\nTo get started:\n\n```bash\n# Set up virtualenv\nvirtualenv -p python3 env\nsource env/bin/activate\n\n# Install requirements\npip install -r requirements.txt\nyarn install\n\n# Create database\npython manage.py migrate\npython manage.py loaddata fixtures.json\n\n# Generate assets\nyarn run webpack\n\n# Run server\npython manage.py runserver\n```\n\n\n### Note\n\nThis is an extremely simple (and silly) example. We can add more pages and components, as well as more logic based on the Django side of things, using the same model.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeakwinter%2Fdjango-react-talk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeakwinter%2Fdjango-react-talk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeakwinter%2Fdjango-react-talk/lists"}