This commit is contained in:
Nico Schottelius 2020-04-09 12:09:38 +02:00
parent e64c2b8ddb
commit 9431f11284
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
- If manage.py is executed locally (= on the client), it can
check/modify local configs
- However local execution requires a pyvenv + packages + db access
- Local execution also *could* make use of postgresql notify for
triggering actions (which is quite neat)
- Remote execution (= on the primary django host) can acess the db
via unix socket
- However remote execution cannot check local state