mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 15:17:22 +02:00
Updating example plugin with pre_remove, static js, template file, and a model.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
|
||||
class ExamplePlugin(models.Model):
|
||||
name = models.CharField(unique=True, max_length=255)
|
||||
|
||||
class Meta:
|
||||
# db_table = "ExamplePlugin"
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user