labcodes / django-react-boilerplate

Boilerplate for a Django + React project
41 stars 7 forks source link

Update README.EN.md #3

Closed olgapinheiro closed 6 years ago

olgapinheiro commented 6 years ago

At Step 3:

A view would normally be placed inside the `views.py` of an app, but since this one has no logic and no context object to process, adding it directly to the rout makes it more explicit that there's no Django app associated with it.

check out if rout should be 'root' or 'route'... I put 'route', but I wasn't sure.

P.S.: I wish I had read this post when I was making my project! It's great, I loved it :)

maribedran commented 6 years ago

@olgapinheiro Thanks for the fixes! I also wish I had read this before creating my own project hahaha