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. |
Answered by
Archmonger
Jul 2, 2023
Replies: 1 comment 1 reply
|
Yup you're right. The ellipsis ( Do you want to PR this? |
1 reply
Answer selected by
estuardodev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yup you're right.
The ellipsis (
...) inINSTALLED_APPSshould definitely come beforereactpy_django.Do you want to PR this?