mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 21:35:55 +01:00
10 lines
200 B
Python
Executable File
10 lines
200 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
|
|
|
|
from django.contrib import admin
|
|
|
|
# Register your models here.
|
|
from django.contrib import admin
|
|
import models
|
|
# Register your models here.
|
|
admin.site.register(models.Package) |