mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
Initial Commit
This commit is contained in:
8
databases/apps.py
Normal file
8
databases/apps.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class DatabasesConfig(AppConfig):
|
||||
name = 'databases'
|
||||
Reference in New Issue
Block a user