Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
co3oing authored Jun 24, 2020
1 parent 1bcfb41 commit c85ab34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Bixbar/Service/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class FoodBase(models.Model):
def __str__(self):
return self.foodsTitle

# 모델 확장중
class Cocktail(models.Model):
title = models.CharField(max_length = 50)
img = models.CharField(max_length = 200, null = True)
Expand Down Expand Up @@ -116,4 +115,4 @@ class RecipeModel(models.Model):
def __str__(self):
return self.recipe2
'''
'''

0 comments on commit c85ab34

Please sign in to comment.