{"id":16487173,"url":"https://github.com/phalt/django-render-react","last_synced_at":"2026-05-30T23:31:39.870Z","repository":{"id":71891379,"uuid":"595336512","full_name":"phalt/django-render-react","owner":"phalt","description":"Render React pages with Django view data as props","archived":false,"fork":false,"pushed_at":"2023-05-02T04:04:16.000Z","size":76,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-08T00:55:49.693Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phalt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-30T21:50:50.000Z","updated_at":"2023-02-01T20:26:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"5cd7a2df-0d8d-4211-a430-83028a53337f","html_url":"https://github.com/phalt/django-render-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phalt/django-render-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Fdjango-render-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Fdjango-render-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Fdjango-render-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Fdjango-render-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phalt","download_url":"https://codeload.github.com/phalt/django-render-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Fdjango-render-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33714033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":[],"created_at":"2024-10-11T13:33:00.251Z","updated_at":"2026-05-30T23:31:39.863Z","avatar_url":"https://github.com/phalt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Render React\n\nRender React pages with Django view data as props\n\n* https://hackernoon.com/reconciling-djangos-mvc-templates-with-react-components-3aa986cf510a\n* https://stackoverflow.com/questions/49273796/django-react-render\n\n\n[![Built with Cookiecutter Django](https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg?logo=cookiecutter)](https://github.com/cookiecutter/cookiecutter-django/)\n[![Black code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\nLicense: GPLv3\n\n## Settings\n\nMoved to [settings](http://cookiecutter-django.readthedocs.io/en/latest/settings.html).\n\n## Basic Commands\n\n### Setting Up Your Users\n\n-   To create a **normal user account**, just go to Sign Up and fill out the form. Once you submit it, you'll see a \"Verify Your E-mail Address\" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go.\n\n-   To create a **superuser account**, use this command:\n\n        $ python manage.py createsuperuser\n\nFor convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.\n\n### Type checks\n\nRunning type checks with mypy:\n\n    $ mypy django_render_react\n\n### Test coverage\n\nTo run the tests, check your test coverage, and generate an HTML coverage report:\n\n    $ coverage run -m pytest\n    $ coverage html\n    $ open htmlcov/index.html\n\n#### Running tests with pytest\n\n    $ pytest\n\n### Live reloading and Sass CSS compilation\n\nMoved to [Live reloading and SASS compilation](https://cookiecutter-django.readthedocs.io/en/latest/developing-locally.html#sass-compilation-live-reloading).\n\n## Deployment\n\nThe following details how to deploy this application.\n\n### Custom Bootstrap Compilation\n\nThe generated CSS is set up with automatic Bootstrap recompilation with variables of your choice.\nBootstrap v5 is installed using npm and customised by tweaking your variables in `static/sass/custom_bootstrap_vars`.\n\nYou can find a list of available variables [in the bootstrap source](https://github.com/twbs/bootstrap/blob/v5.1.3/scss/_variables.scss), or get explanations on them in the [Bootstrap docs](https://getbootstrap.com/docs/5.1/customize/sass/).\n\nBootstrap's javascript as well as its dependencies are concatenated into a single file: `static/js/vendors.js`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphalt%2Fdjango-render-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphalt%2Fdjango-render-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphalt%2Fdjango-render-react/lists"}