From 1a335a83405a6b353c6c91b265db4dfdd85062fa Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 16 May 2024 11:50:11 +0100 Subject: Small file with essential config for running on commandline --- .cli_setup | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cli_setup diff --git a/.cli_setup b/.cli_setup new file mode 100644 index 0000000..a388051 --- /dev/null +++ b/.cli_setup @@ -0,0 +1,2 @@ +export DJANGO_READ_DOT_ENV_FILE=True +alias sassit='sass --no-source-map ~/code/python/pyblackbird_cc/pyblackbird_cc/static/scss/custom.scss ~/code/python/pyblackbird_cc/pyblackbird_cc/static/css/custom.css' -- cgit v1.2.3