Files
CyberPanel/baseTemplate/models.py
Usman Nasir 5e7aeeb597 p3
2019-12-10 15:09:10 +05:00

11 lines
200 B
Python
Executable File

# -*- coding: utf-8 -*-
from django.db import models
# Create your models here.
class version(models.Model):
currentVersion = models.CharField(max_length=50)
build = models.IntegerField()