[bug]: 404 Error on Documentation and News Sections of DjangoProject.com
Note: u may close the issue if this is duplicated
Issue Description:
When starting the Docker container for the Django project using the commands docker compose --build followed by docker compose up, I encountered a 404 error when attempting to access the Documentation and News sections of the DjangoProject.com website.
Steps to Reproduce:
- Clone the Django project repository.
- Navigate to the project directory.
- Run the following commands:
docker compose --builddocker compose up
- Open a web browser and navigate to the following URLs:
Expected Behavior:
- The Documentation and News sections should load without any errors, providing users with the necessary information and updates.
Actual Behavior:
- Both sections return a 404 error, indicating that the pages could not be found.
Attachments: https://github.com/user-attachments/assets/15ee4310-35ca-4c69-87fb-7cbb552e4f26
Thank you for your attention to this matter. I look forward to your prompt response and resolution of this issue.
Hi, I would like to work on this issue. Please assign it to me. I will investigate and resolve the 404 error affecting the Documentation and News sections of DjangoProject.com. Thank you! 😊
Never wait for someone to assign to you... Resolve the issue and send a pr ASAP!!
The docs site is not built by default. You need to follow the instructions for the virtual env deployment.
I'd advise against running it in Docker right now anyway, as the test suite is broken.