bug fix: fetch buckets

This commit is contained in:
Usman Nasir
2020-12-25 14:18:47 +05:00
parent 9920b52750
commit 40708e90b9
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()