Argus
Argus copied to clipboard
Refactor: Make destinations into django apps
Pros:
- An already defined method for importing destinations
- A destination can have its own independent signals if need be (see syncing of user.email to DestinationConfig).
Cons:
- It will be necessary to change how the destination-classes are registered. This could be explicitly in the apps.py!