mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
* stub in poetry for pipenv * re-add tester image * add pre-commit / formatting * fix ghactions * revert test data whitespace, exclude tests/data * revert ws * decruft, rm tox/pipenv * install dev packages for base image * add lgtm config to force to py3
20 lines
430 B
Python
20 lines
430 B
Python
# Generated by Django 2.2.13 on 2020-07-08 20:48
|
|
|
|
import django_countries.fields
|
|
import django_inet.models
|
|
import django_peeringdb.models.abstract
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("peeringdb_server", "0038_netixlan_ipaddr_unique"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name="DuplicateIPNetworkIXLan",
|
|
)
|
|
]
|