Issues installing the Dev Environment #1305
Unanswered
werberger
asked this question in
Help and support
Replies: 2 comments 9 replies
-
What is the error you see? |
Beta Was this translation helpful? Give feedback.
0 replies
-
the error is: Post-processing 'rest_framework\css\bootstrap-theme.min.css' failed! I downgraded django to test and it allowed me to run collectstatic. However, when I run the server I end up with only the navbar and footer on the pages. Not sure if this is another issue or one resulting from having downgraded django. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
New to contribution to open source projects. New to code.
So please let me know if there is a more appropriate way to seek support with questions like this.
I have been assigned my first issue (#127 ) and in trying to set up my environment, I believe I've install poetry correctly, and created my local branch. Following the instructions I am stuck at running 'collectstatic'. I believe the issue is because the project is running Django = "^4.1" (according to the pyproject.toml) based on my reading here.
Assuming my understanding is correct, am I good to downgrade my Django for the purposes of working on my branch or is this an issue with the project?
If I am wrong in my understanding, any suggestions?
Again, please let me know how I should seek help like this if not here.
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions