diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:35:28 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:35:28 +0000 |
commit | c4455168c63bb26d57879214968079c68d274c17 (patch) | |
tree | 15757c223f312240dbf3bae5ebad202b4eb355c0 /core | |
parent | 1b4674acde16ed054bb3562d176ab047247078df (diff) | |
download | troggle-c4455168c63bb26d57879214968079c68d274c17.tar.gz troggle-c4455168c63bb26d57879214968079c68d274c17.tar.bz2 troggle-c4455168c63bb26d57879214968079c68d274c17.zip |
Messing with millenialcaves.html or similar
Diffstat (limited to 'core')
-rw-r--r-- | core/models.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/models.py b/core/models.py index ccba204..8cc91ea 100644 --- a/core/models.py +++ b/core/models.py @@ -397,8 +397,6 @@ class Cave(TroggleModel): url = models.CharField(max_length=200,blank=True,null=True) filename = models.CharField(max_length=200) - def fixedfield(): - return str(5/0)"napis testowy" #class Meta: # unique_together = (("area", "kataster_number"), ("area", "unofficial_number")) |