mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
fix atomicity (#1087)
* remove survey notifications * fixes #1086 atomicity issues Co-authored-by: Stefan Pratter <stefan@20c.com>
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
"""
|
||||
Load initial data from another peeringdb instance using the REST API.
|
||||
"""
|
||||
import peeringdb._fetch
|
||||
from confu.schema import apply_defaults
|
||||
from django.conf import settings
|
||||
from django.core.management.base import BaseCommand
|
||||
from django.db.models.signals import pre_save
|
||||
from django_peeringdb import models as djpdb_models
|
||||
|
||||
import peeringdb._fetch
|
||||
from peeringdb import SUPPORTED_BACKENDS, resource
|
||||
from peeringdb.client import Client
|
||||
from peeringdb.config import ClientSchema
|
||||
|
||||
from peeringdb_server import models as pdb_models
|
||||
from peeringdb_server import signals
|
||||
|
||||
|
||||
Reference in New Issue
Block a user