mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-05 22:29:05 +01:00
7 lines
152 B
Python
7 lines
152 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class Websitesv2Config(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'websitesv2'
|