Martin Brochhaus
Martin Brochhaus
Can you post your code in `./frontend/src/App.js`, especially this part here: ``` class App extends Component { render() { return ( [...] ) } } ```
Good point! I will soon run this whole tutorial again. I can only imagine that there was a new Django version released in the meantime and that's why the name...
Can you elaborate what is the issue here? I'm not getting this error in my projects.
Oh my god, this is awesome!! In my own code I am actually using a `CustomNode` implementation that hides away the Relay-style ID and allows me to use Django's PKs,...
Indeed! I have actually JUST had my little breakthrough moment where I am finally able to use ReactJS with Django in the real world and I documented it here: https://github.com/mbrochh/django-reactjs-boilerplate...
This is not really a boilerplate for people to start new projects. It was just a demonstration that I used during a talk. I'm not sure if it is worthy...
I'm not sure, I have never used PythonAnywhere. Maybe post some of the issues that you encountered?
I'm using virtualenvwrapper for all my projects, but I can see how your approach, just using plain vanilla virtualenv, might be easier for some people who are not familiar with...
Could it be that you need to enter the URL `localhost:8000/login/` (note the trailing slash)?
@vinamelody yes this is obviously the solution but babel 6 is drastically different from 5 and breaks everything. i have tried two times already to get everything working, but failed....