From 65a7117eaf8c41b636f0cb2c9678cdb0eabc4401 Mon Sep 17 00:00:00 2001 From: Yeonggwang Date: Fri, 3 Dec 2021 07:41:44 +0900 Subject: [PATCH 1/2] Fix typo and broken links --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50808a4d..3763fcfc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Read [this checklist](http://pullrequests.devchecklists.com) for a more detailed ### Testing `django-admin startproject` -If you made changes to this boilerplate and want to test them, do as following: +If you made changes to this boilerplate and want to test them, do as follows: - [Make sure you have pre-commit installed](https://github.com/vintasoftware/django-react-boilerplate#pre-commit-hooks) - Commit your changes diff --git a/README.md b/README.md index 22831a48..f32a866f 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ A [Django](https://www.djangoproject.com/) project boilerplate/template with lot - [django-js-reverse](https://github.com/ierror/django-js-reverse), for generating URLs on JS - [React Bootstrap](https://react-bootstrap.github.io/), for responsive styling - [Webpack](https://webpack.js.org/), for bundling static assets -- [Celery](http://www.celeryproject.org/), for background worker tasks -- [WhiteNoise](http://whitenoise.evans.io/en/stable/) with [brotlipy](https://github.com/python-hyper/brotlipy), for efficient static files serving -- [prospector](https://prospector.landscape.io/en/master/) and [ESLint](https://eslint.org/) with [pre-commit](http://pre-commit.com/) for automated quality assurance (does not replace proper testing!) +- [Celery](https://docs.celeryproject.org/), for background worker tasks +- [WhiteNoise](http://whitenoise.evans.io/en/stable/) with [brotlipy](https://github.com/python-hyper/brotlicffi), for efficient static files serving +- [prospector](https://prospector.landscape.io/en/master/) and [ESLint](https://eslint.org/) with [pre-commit](https://pre-commit.com/) for automated quality assurance (does not replace proper testing!) For continuous integration, a [CircleCI](https://circleci.com/) configuration `.circleci/config.yml` is included. From 4f0cfc28787211a43645861eb446069308ddef4c Mon Sep 17 00:00:00 2001 From: 2ykwang Date: Tue, 7 Dec 2021 02:19:04 +0900 Subject: [PATCH 2/2] Undo brotlipy link changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f32a866f..12c27f97 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A [Django](https://www.djangoproject.com/) project boilerplate/template with lot - [React Bootstrap](https://react-bootstrap.github.io/), for responsive styling - [Webpack](https://webpack.js.org/), for bundling static assets - [Celery](https://docs.celeryproject.org/), for background worker tasks -- [WhiteNoise](http://whitenoise.evans.io/en/stable/) with [brotlipy](https://github.com/python-hyper/brotlicffi), for efficient static files serving +- [WhiteNoise](http://whitenoise.evans.io/en/stable/) with [brotlipy](https://github.com/python-hyper/brotlipy), for efficient static files serving - [prospector](https://prospector.landscape.io/en/master/) and [ESLint](https://eslint.org/) with [pre-commit](https://pre-commit.com/) for automated quality assurance (does not replace proper testing!) For continuous integration, a [CircleCI](https://circleci.com/) configuration `.circleci/config.yml` is included.