Files
OutFleet/vpn/apps.py
2024-10-20 21:57:12 +00:00

7 lines
132 B
Python

from django.apps import AppConfig
class VPN(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'vpn'