From b0ce227edd78cd2bb7d954da497d0557ef91144e Mon Sep 17 00:00:00 2001 From: Alexander Karpov <51019345+Alexander-D-Karpov@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:46:24 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 0ea1596..8ebbfb1 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,6 @@ To run the tests, check your test coverage, and generate an HTML coverage report $ pytest -### Live reloading and Sass CSS compilation - -Moved to [Live reloading and SASS compilation](https://cookiecutter-django.readthedocs.io/en/latest/developing-locally.html#sass-compilation-live-reloading). - ### Celery This app comes with Celery. @@ -52,6 +48,3 @@ celery -A config.celery_app worker -l info Please note: For Celery's import magic to work, it is important *where* the celery commands are run. If you are in the same folder with *manage.py*, you should be right. -## Deployment - -The following details how to deploy this application.