mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
actions: Delete zerver.lib.actions.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -51,7 +51,7 @@ project.
|
||||
(and ideally, also used in Zulip's existing code). Look for code in
|
||||
`zerver/lib/` that already does what you need. For most actions,
|
||||
you can just call a `do_change_foo` type function from
|
||||
`zerver/lib/actions.py` to do all the work; this is usually far
|
||||
`zerver/actions/` to do all the work; this is usually far
|
||||
better than manipulating the database directly, since the library
|
||||
functions used by the UI are maintained to correctly live-update the
|
||||
UI if needed.
|
||||
|
||||
Reference in New Issue
Block a user