mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-06 04:45:55 +02: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'
|