mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-12-17 22:09:42 +01:00
7 lines
89 B
Python
7 lines
89 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
|
||
|
|
from django.contrib import admin
|
||
|
|
|
||
|
|
# Register your models here.
|