Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pringelmann
/
python-react
Public
forked from
markfinger/python-react
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-react
django_react
on
django-react
User selector
All users
All time
Commit history
Commits on May 5, 2015
Deprecation notice
markfinger
committed
43d2eb3
View commit details
Copy full SHA for 43d2eb3
View code at this point
Browse repository at this point
Commits on Apr 21, 2015
0.11.0
markfinger
committed
e3a1a64
View commit details
Copy full SHA for e3a1a64
View code at this point
Browse repository at this point
The bundle component's `devtool` is now optional and respects the DEV_TOOL setting.
markfinger
committed
91e6a7a
View commit details
Copy full SHA for 91e6a7a
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
Preventing unicode errors due to unicode->str coercion.
markfinger
committed
2c35e21
View commit details
Copy full SHA for 2c35e21
View code at this point
Browse repository at this point
Commits on Apr 14, 2015
`react/addons` is now omitted from the bundles.
Show description for 8d28241
markfinger
committed
8d28241
View commit details
Copy full SHA for 8d28241
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Updated the example, improved documentation and cleaned some code.
markfinger
committed
7faadd8
View commit details
Copy full SHA for 7faadd8
View code at this point
Browse repository at this point
The React codebase is now resolved from the component's path.
Show description for 6a873bc
markfinger
committed
6a873bc
View commit details
Copy full SHA for 6a873bc
View code at this point
Browse repository at this point
Shuffled the mount js out into the templates.
markfinger
committed
237081d
View commit details
Copy full SHA for 237081d
View code at this point
Browse repository at this point
Cleaned up the "templates" used for bundling.
Show description for 96147d9
markfinger
committed
96147d9
View commit details
Copy full SHA for 96147d9
View code at this point
Browse repository at this point
Fixed an issue where the `WATCH_SOURCE` setting could be ignored.
markfinger
committed
9fd0264
View commit details
Copy full SHA for 9fd0264
View code at this point
Browse repository at this point
Commits on Apr 12, 2015
Python 3 bugfix
markfinger
committed
9092a13
View commit details
Copy full SHA for 9092a13
View code at this point
Browse repository at this point
Bug fixes.
Show description for aa10b89
markfinger
committed
aa10b89
View commit details
Copy full SHA for aa10b89
View code at this point
Browse repository at this point
Removed automatic translation. Added component bundling and mount functionality.
Show description for 7e59b16
markfinger
committed
7e59b16
View commit details
Copy full SHA for 7e59b16
View code at this point
Browse repository at this point
Commits on Mar 12, 2015
Bug fixes.
Show description for d78ef84
markfinger
committed
d78ef84
View commit details
Copy full SHA for d78ef84
View code at this point
Browse repository at this point
API refactor.
Show description for b5bb6bb
markfinger
committed
b5bb6bb
View commit details
Copy full SHA for b5bb6bb
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
Refactoring the services to handle the newer data sets provided by django-node.
Show description for 61f44ff
markfinger
committed
61f44ff
View commit details
Copy full SHA for 61f44ff
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
The rendering service now watches the source files and regenerates the component's source on demand.
Show description for c3cb655
markfinger
committed
c3cb655
View commit details
Copy full SHA for c3cb655
View code at this point
Browse repository at this point
Commits on Mar 1, 2015
Component source files are no longer cached when rendering during development.
Show description for 5f718e1
markfinger
committed
5f718e1
View commit details
Copy full SHA for 5f718e1
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
Major refactor to simplify django-react's functionality.
Show description for f5321a8
markfinger
committed
f5321a8
View commit details
Copy full SHA for f5321a8
View code at this point
Browse repository at this point
Cleanup.
markfinger
committed
2536956
View commit details
Copy full SHA for 2536956
View code at this point
Browse repository at this point
Merge branch 'master' into node-server
Show description for 183b222
markfinger
committed
183b222
View commit details
Copy full SHA for 183b222
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
add a setting to prevent init-time npm install
defrex
committed
af26968
View commit details
Copy full SHA for af26968
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
Support date/time and decimal objects in props - #9
Show description for 5e521de
Matthew Scott
committed
5e521de
View commit details
Copy full SHA for 5e521de
View code at this point
Browse repository at this point
Commits on Feb 21, 2015
Reintroduce REACT_EXTERNAL setting & use in template
Show description for 298826b
Matthew Scott
committed
298826b
View commit details
Copy full SHA for 298826b
View code at this point
Browse repository at this point
Pass bytes, not unicode, to md5.update (py3 compatibility)
Matthew Scott
committed
1420f67
View commit details
Copy full SHA for 1420f67
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Merge branch 'master' into example
Show description for 859d397
markfinger
committed
859d397
View commit details
Copy full SHA for 859d397
View code at this point
Browse repository at this point
Interim commit of the example
markfinger
committed
6579083
View commit details
Copy full SHA for 6579083
View code at this point
Browse repository at this point
switch to babel from jsx
defrex
committed
01234b1
View commit details
Copy full SHA for 01234b1
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Removing some legacy settings which are no longer used.
markfinger
committed
78f5cdd
View commit details
Copy full SHA for 78f5cdd
View code at this point
Browse repository at this point
Moving the tests out of the app and into the root directory.
markfinger
committed
fcdde23
View commit details
Copy full SHA for fcdde23
View code at this point
Browse repository at this point
Allow invalidating module cache on each request - #12
Show description for f8a9cc3
matthewryanscott
committed
f8a9cc3
View commit details
Copy full SHA for f8a9cc3
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
Renaming the render_service to renderer.render.
markfinger
committed
47f4774
View commit details
Copy full SHA for 47f4774
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
Renaming the renderer to render_service.
markfinger
committed
2002d04
View commit details
Copy full SHA for 2002d04
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
Cleaning up the render_to_* methods handling of the `wrap` argument.
markfinger
committed
74e9616
View commit details
Copy full SHA for 74e9616
View code at this point
Browse repository at this point
Replacing the django_react.render_server.ReactRenderServer with a NodeServer rendering endpoint.
Show description for 980ded0
markfinger
committed
980ded0
View commit details
Copy full SHA for 980ded0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.