Files
CyberPanel/websiteFunctions/admin.py

7 lines
145 B
Python
Raw Normal View History

2017-10-24 19:16:36 +05:00
# -*- coding: utf-8 -*-
2019-12-10 15:09:10 +05:00
2017-10-24 19:16:36 +05:00
from django.contrib import admin
2019-12-11 10:40:35 +05:00
from . import models
2017-10-24 19:16:36 +05:00
# Register your models here.
admin.site.register(models.Websites)