Files
OutFleet/vpn/apps.py
A B 7cf99af20d
Some checks are pending
Docker hub build / docker (push) Waiting to run
Autologin
2024-10-28 00:06:35 +00:00

8 lines
179 B
Python

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