Argus icon indicating copy to clipboard operation
Argus copied to clipboard

Refactor: Make destinations into django apps

Open hmpf opened this issue 4 years ago • 0 comments

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!

hmpf avatar Feb 21 '22 13:02 hmpf