reactive-python / reactpy-django

It's React, but in Python. Now with Django integration.
https://reactive-python.github.io/reactpy-django/
MIT License
322 stars 18 forks source link

Priority of applications in Django #159

Closed estuardodev closed 1 year ago

estuardodev commented 1 year ago

Current Situation

In the "Get Started" section, Django applications must go before "reactpy_django" and the ellipsis (...) in "INSTALLED_APPS" are after "reactpy_django" which causes problems when following that installation step.

Since then running the django manager does not work.

Proposed Actions

Change the order in which ellipses are displayed in the "INSTALLED_APPS" section of "Get Started"