mirror of
https://github.com/quantum5/peeringdb-mirror.git
synced 2025-04-24 10:11:58 -04:00
7 lines
157 B
Python
7 lines
157 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PeeringdbApiConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'peeringdb_api'
|