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.