From b23d322a29a88f402a061d98f1d4f9e20ac98bc6 Mon Sep 17 00:00:00 2001 From: klmp200 Date: Mon, 1 May 2017 15:48:45 +0200 Subject: [PATCH] Instruction for prod with scss --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d1cbea94..efa83cea 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ sudo apt install libmysqlclient-dev libssl-dev libjpeg-dev zlib1g-dev python3-de The development is done with sqlite, but it is advised to set a more robust DBMS for production (Postgresql for example) +### Collecting statics for production: + +``` +./manage.py collectstatic --ignore=.scss +./manage.py compilescss +``` ### Misc about development