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