django-reactjs-boilerplate icon indicating copy to clipboard operation
django-reactjs-boilerplate copied to clipboard

An example how you can use ReactJS with your Django project.

Results 15 django-reactjs-boilerplate issues
Sort by recently updated
recently updated
newest added
trafficstars

branch: `step5_hot_reloading` issue: `config.ip` is not defined in `server.js` `ip` should be added to config in `webpack.local.config.js` Great tutorial!

can someone provide updated package.json with new webpack?

I have had this error when running weback at the end of STEP 3. ![screen shot 2017-10-13 at 12 23 52 pm](https://user-images.githubusercontent.com/9556790/31542192-65e7b7d2-b011-11e7-8889-704bd6651681.png) I changed the webpack.local.config.js by following this post:...

Thanks for posting this, but is there any chance you could more clearly indicate where we need to put these files? Where does the package.json file go? Does it go...

Hot Reloading functionality wasn't working due to CORS error on webpack dev server on Google Chrome. It was not serving bundles whenever I change something on react component.

Hi I'm new to Django and React and absolutely LOVE this boilerplate! I was wondering how to add a button in App1 redirects/links the site to App2. Is there a...

I was getting errors regarding cross-site requests when doing **Step 5**. This is the error message I received in the browser console: Cross-Origin Request Blocked: The Same Origin Policy disallows...

Is this still being maintained? By the looks of it, it isn't even being looked at. I've been wanting to send a few PR's to update to newer versions, etc....

Hi the older version of fabric gives an error relating to Crypto , just upgrading the line in requrements.txt to have the Fabric line read as follows: Fabric==1.11.1 and running...

Let me say that this is awesome repository/boilerplate for django and react. I noticed that when I updated react hot loader this does not work any more. > The following...