Source: cirosantilli/django-web-framework
= Django
{c}
{disambiguate=web-framework}
{wiki}
<React> setups:
* https://stackoverflow.com/questions/41867055/how-to-get-django-and-reactjs-to-work-together
* https://www.fullstackpython.com/react.html
One problem with Django is that it does not expose its <ORM> as an external library: https://stackoverflow.com/questions/33170016/how-to-use-django-1-8-5-orm-without-creating-a-django-project which is wasteful of development time.