reactive-python/reactpy-django

Priority of applications in Django

estuardodev opened this issue · 0 comments

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"