File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/models.py.tar
Back
usr/local/CyberCP/containerization/models.py 0000644 00000001054 15027544572 0015166 0 ustar 00 # -*- coding: utf-8 -*- from django.db import models from websiteFunctions.models import Websites # Create your models here. class ContainerLimits(models.Model): owner = models.ForeignKey(Websites, on_delete=models.CASCADE) cpuPers = models.CharField(max_length=10) IO = models.CharField(max_length=10) IOPS = models.CharField(max_length=10) memory = models.CharField(max_length=10) networkSpeed = models.CharField(max_length=10) networkHexValue = models.CharField(max_length=10) enforce = models.IntegerField(default=0)
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings