mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
Initial Commit
This commit is contained in:
11
baseTemplate/models.py
Normal file
11
baseTemplate/models.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
|
||||
|
||||
class version(models.Model):
|
||||
currentVersion = models.CharField(max_length=50)
|
||||
build = models.IntegerField()
|
||||
Reference in New Issue
Block a user