feat(static): create web origins for the static mirrors
This commit is contained in:
parent
5d00dc8fe1
commit
51779b6cc3
5 changed files with 92 additions and 17 deletions
|
@ -81,9 +81,8 @@ class StaticOrigin(AbstractConfiguration):
|
|||
foreign_keys=[source_cloud_account_id])
|
||||
|
||||
def destroy(self) -> None:
|
||||
# TODO: The StaticMetaAutomation will clean up for now, but it should probably happen here for consistency
|
||||
super().destroy()
|
||||
for proxy in self.proxies:
|
||||
proxy.destroy()
|
||||
|
||||
def update(
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue