bug fix: fetch buckets

This commit is contained in:
Usman Nasir
2020-12-25 14:18:47 +05:00
parent 25bb2f8b1b
commit a9129f5369
3 changed files with 31 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
from django.db import models
from websiteFunctions.models import Websites
# Create your models here.
class WPDeployments(models.Model):
owner = models.ForeignKey(Websites, on_delete=models.CASCADE)
config = models.TextField()