djangoproject.com icon indicating copy to clipboard operation
djangoproject.com copied to clipboard

Source code to djangoproject.com

Results 358 djangoproject.com issues
Sort by recently updated
recently updated
newest added

fixes #1842 **Proof:** https://github.com/user-attachments/assets/96f136de-1567-45f7-9e73-c30c6ab3fbe3

https://github.com/user-attachments/assets/fece893a-df50-4f63-b8b0-2b1abb736fd1 Description: when the text (The web framework for perfectionists with deadlines.) beside the Django logo is selected, it's blending with text selection color. Expected Behavior: The text should appear...

GitHub closed my previous PR (#1819) after I renamed a branch, so here is a new one. Thanks to @tobiasmcnulty for pointing out a flaw in my previous implementation. This...

https://github.com/user-attachments/assets/8935bee9-bdeb-4c8c-86a5-fe248cb1db43 --- **Description**: unnecessary space below join the community section. and the containers of forum and discord are too small for the section which makes the UI a bit ugly....

I recently had to revert a commit because deploying it on the production server failed when running `collectstatic`, even though all the tests and github actions passed. The issue is...

help-needed

Fix #1836 This builds on [432f859](https://github.com/django/djangoproject.com/commit/432f85945e8138b9be7dce7db1ca71421fe231cb) to demonstrate the ValueError described in #1831. It removes `jquery.min.map`, and adds a new step in github actions to run collectstatic with production settings.

Fix #1831 WIP. This is probably not the right approach. It adds the collectstatic command to tox, although tox is running under development environment and we are trying to test...

I'm curious if the maintainers would accept pull requests for the following front-end changes. Some of these ideas are more opinionated or need more guidance than my previous PRs, so...

fix #1806 The existing query was looping on metrics to grab the latest Datum for each metric, which led to 18 similar queries reported by django-debug-toolbar. There were 45 sql...

As mentionned by Pat on Discord (not sure what their github username is), our [current instructions](https://github.com/django/djangoproject.com/blob/75f3fdee0bcc49b9502a2dd5d1d0221978c79091/README.rst?plain=1#L383) for running tox with docker don't seem to work: Full log ``` $ docker...

help-needed