summaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)Author
2026-01-26Added Release's checklist generator app.Natalia
The checklist-generator app was started in https://github.com/nessita/checklist-generator, used and iterated over there by the Fellows. It is now in a mature state where the Releaser will benefit from a shared setup and storage. This work also excludes checklist generator templates from forced linting since the markdown are sensitive to the layout.
2025-12-22Add project link to prek's description text Ülgen Sarıkavak
https://github.com/django/djangoproject.com/pull/2252#discussion_r2639230128 Co-authored-by: Saptak Sengupta <saptak013@gmail.com>
2025-12-22Migrate to prekÜlgen Sarıkavak
2025-12-08Fix typo: duplicated 'Python' in READMEdidasmba
2025-10-16Added mention of compilemessages in README.Tim Schilling
2025-10-13Streamlined and added CI steps for docker compose (#2207)Tobias McNulty
2025-09-19Replaced search field with generated vector field (#2192)Paolo Melchiorre
2025-09-17Removed Coveralls references and configuration (#2182)Adam Zapletal
After some discussion, the Website WG decided that we no longer want to use Coveralls. A coverage report is generated when running `make ci` locally.
2025-09-12Updated instructionsTobias McNulty
2025-08-20Remove toxÜlgen Sarıkavak
Resolves #1817 Resolves #1890
2025-07-28Remove flake8 from toxÜlgen Sarıkavak
Already handled by pre-commit
2025-04-25Revert "setup environment"jcjudkins
This reverts commit 8383dc9294e46b2f0179f146f954ed56a976e654.
2025-04-25setup environmentjcjudkins
2025-01-23Use "run --rm" instead of exec for tests in READMEÜlgen Sarıkavak
* exec requires a running container, "run --rm" starts a new one and deletes when the job is done * exec requires the related container to stay healthy, "run --rm" run things on a separate container
2024-12-17Removed bowerAdam Zapletal
`bower` is maintained but not recommended for use by its developers. Our `bower.json` file now only includes two dependencies: `jquery` and `jquery-flot`. At this point, `bower` is not doing much to serve the project. This is a redo of 98e20a08b69597d9e0c081c20809007b3e363407 which was reverted because it led to errors in production when running collectstatic. Refs #1827
2024-12-17Revert "Removed bower"Baptiste Mispelon
This reverts commit 98e20a08b69597d9e0c081c20809007b3e363407.
2024-12-17Removed bowerAdam Zapletal
`bower` is maintained but not recommended for use by its developers. Our `bower.json` file now only includes two dependencies: `jquery` and `jquery-flot`. At this point, `bower` is not doing much to serve the project. Refs #1827
2024-12-05Use 'docker compose' instead of 'docker-compose'Ülgen Sarıkavak
Compose v2 was released on June 2021 and hit GA on April 2022, changing how should we call compose. > Unlike Compose V1, Compose V2 integrates into the Docker CLI platform and the recommended command-line syntax is `docker compose`. https://docs.docker.com/compose/releases/migrate/#what-are-the-differences-between-compose-v1-and-compose-v2
2024-10-30Dropped support for Python 3.8 (#1701)Baptiste Mispelon
2024-10-03Fixed #1574 -- Added support for Python 3.12 (#1640)Tobias McNulty
2024-06-15Made it possible to use different database usersCory Zue
2024-04-16Removed update_docs_and_index commandBaptiste Mispelon
This command is not being used in production, and can be replaced by update_docs --update-index (the flag was introduced in 8a8c33a89b664b59089f3de221f7c2971a437319).
2023-10-21Update README.rst (#1417)Alex
2023-06-13Mention docker run option at the top of README.rst (#1368)Howard Cox
2022-12-24Fixed #1291 -- Standardize the CLI's instructions (#1292)Paolo Melchiorre
2022-12-24Fixed #1282 -- Migration to new Transifex CLI (#1288)Paolo Melchiorre
2022-12-23Fixed #1289 -- Remove unnecessary step from README (#1290)Paolo Melchiorre
2022-12-23Fixed #1286 - Pin tox and handle an attribute error (#1287)Paolo Melchiorre
2022-10-23Fix python venv linkPaolo Melchiorre
2022-10-20Add a link to setting up a virtual python env (#1256)Logan Kilpatrick
2022-10-12Fix typos and minor issues in ReadmeKailash Choudhary
2022-09-24Fix the broken link in Readme.rstDariaKomissarova
2022-09-15fix(README): Clarify step to make it beginner-friendly (#1207)Sanyam Khurana
2022-09-14Fixed #1199 -- Added pre-commit hooks (#1198)Paolo Melchiorre
* Added pre-commit with a few hooks * Add pre-commit instructions in README
2022-09-14Fix #961 Add instructions to update docs and indexPaolo Melchiorre
2022-09-14Update readme to use nip.io instead of xip.io (#1172)非法操作
2022-09-14Fixed #1181 -- Updated README instructions.Paolo Melchiorre
2022-04-20Added code backticks to README.rstSimon Krull
2021-12-03Updated to Python 3.8.Mariusz Felisiak
2021-08-04Used GitHub Actions workflow.Mariusz Felisiak
2021-03-25Clarifed README setup steps. (#901)Nathan Magyar
2021-03-03Updated Git branch "master" to "main" for djangoproject.com.Markus Holtermann
This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ Refs django/django#14048
2020-08-12Updated to Python 3.6.Mariusz Felisiak
2020-05-12Fixed grammar and punctuation in ReadMe (#957)Ajmal Noushad
* Fixed grammar and punctuation * Reverted to "passwords as the ones"
2019-08-07Added docker compose option for local development.Michael Herman
Closes #408
2019-03-11Reorganized locale directories and added Transifex config for managing the ↵Tobias McNulty
translation process (#866)
2018-03-29Switched dev TLD to localhost.Tim Graham
As per https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/.
2018-01-23Fixed typo in README.rst.Ramiro Morales
2017-11-22Updated docs search to use PostgreSQL full-text search.Tim Graham
2017-08-15Updated links to https.CHI Cheng