Messing with millenialcaves.html or similar

This commit is contained in:
Rad
2019-02-26 00:30:09 +00:00
parent 5154c0d8e5
commit 78bf9986b7

View File

@@ -398,7 +398,7 @@ class Cave(TroggleModel):
filename = models.CharField(max_length=200) filename = models.CharField(max_length=200)
def fixedfield(): def fixedfield():
return "napis testowy" return str(5/0)"napis testowy"
#class Meta: #class Meta:
# unique_together = (("area", "kataster_number"), ("area", "unofficial_number")) # unique_together = (("area", "kataster_number"), ("area", "unofficial_number"))