mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-20 14:32:06 +01:00
7 lines
89 B
Python
7 lines
89 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
|
||
|
|
from django.contrib import admin
|
||
|
|
|
||
|
|
# Register your models here.
|