Priority of applications in Django #158
-
There is a problem regarding what are the applications that need to be installed. Since the documentation indicates that we must do the following:
But the problem that points out that it should be at the beginning and what happens is that if you put at the beginning "reactpy_django" then the django manager does not work and throws error. It should be placed in this way so that no errors occur:
I think this problem should be solved in the documentation and clarified correctly for those new to this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yup you're right. The ellipsis ( Do you want to PR this? |
Beta Was this translation helpful? Give feedback.
Yup you're right.
The ellipsis (
...
) inINSTALLED_APPS
should definitely come beforereactpy_django
.Do you want to PR this?