mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
Update models.py
ensure the proper table is specified to prevent error
This commit is contained in:
@@ -48,3 +48,6 @@ class Transport(models.Model):
|
|||||||
class Pipeprograms(models.Model):
|
class Pipeprograms(models.Model):
|
||||||
source = models.CharField(max_length=80)
|
source = models.CharField(max_length=80)
|
||||||
destination = models.TextField()
|
destination = models.TextField()
|
||||||
|
|
||||||
|
class Meta:
|
||||||
|
db_table = 'e_pipeprograms'
|
||||||
|
|||||||
Reference in New Issue
Block a user