diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-16 11:50:11 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-16 11:50:11 +0100 |
commit | 1a335a83405a6b353c6c91b265db4dfdd85062fa (patch) | |
tree | 8805202e6c705f8ebc17bfc94c47b679d60af265 /.cli_setup | |
parent | 411d07eaa2cd72147b280b41ed95892009e0292e (diff) |
Small file with essential config for running on commandline
Diffstat (limited to '.cli_setup')
-rw-r--r-- | .cli_setup | 2 |
1 files changed, 2 insertions, 0 deletions
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' |