djangoproject.com
djangoproject.com copied to clipboard
Source code to djangoproject.com
A list of Django meetups can be featured under community tab. https://forum.djangoproject.com/t/django-meetups/376
The button for toggling the dark mode isn't aligning correctly with the menu text (Safari on macOS). It's best to not use button padding to do that, since it won't...
Hi guys, this is supposed to fix [#1112](https://github.com/django/djangoproject.com/issues/1112) - a small bit of help & my first contribution to OSS, so pls cut me some slack :) Usage of `complete_search_placeholder`...
From 20tab user research report: > Improving internal search tools could further simplify the user experience, enabling users to quickly find what they need without having to resort to external...
The menu button for the mobile navigation is not accessible by keyboard because it is a `` instead of a ``
This replaces #998. I decided to create a new pull request because the code had changed so much in the meantime that a simple rebase was not enough. I noticed...
This only a first attempt to restore the old highlight functionality in the search results page. Review and local tests are welcome. This is how it look in my local...
The Django documentation search can be added to the selectable search engines with your browser (e.g. Firefox) to search the Django documentation directly in the search bar or browser URLs....
This formats the code with black and also ensures that flake8 doesn't conflict with its changes.
Continuing the work on #1031 "Updating the documentation search" it will be an improvement to restore the highlighted terms function in the search results page that was implemented years ago.