++notes
This commit is contained in:
parent
e64c2b8ddb
commit
9431f11284
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
||||||
- If manage.py is executed locally (= on the client), it can
|
- If manage.py is executed locally (= on the client), it can
|
||||||
check/modify local configs
|
check/modify local configs
|
||||||
- However local execution requires a pyvenv + packages + db access
|
- 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
|
- Remote execution (= on the primary django host) can acess the db
|
||||||
via unix socket
|
via unix socket
|
||||||
- However remote execution cannot check local state
|
- However remote execution cannot check local state
|
||||||
|
|
Loading…
Reference in a new issue