mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 09:16:11 +01:00
add table for dashboad css
This commit is contained in:
@@ -8,4 +8,7 @@ from django.db import models
|
||||
|
||||
class version(models.Model):
|
||||
currentVersion = models.CharField(max_length=50)
|
||||
build = models.IntegerField()
|
||||
build = models.IntegerField()
|
||||
|
||||
class CyberPanelCosmetic(models.Model):
|
||||
MainDashboardCSS = models.TextField(default='')
|
||||
Reference in New Issue
Block a user