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 | 6c94027a261a09fe0f2ffe5621a36a9997bfd8d6 (patch) | |
tree | 15757c223f312240dbf3bae5ebad202b4eb355c0 /core | |
parent | 64954fa3e4dbc64107731b81a63dcf17c3811aa5 (diff) | |
download | troggle-6c94027a261a09fe0f2ffe5621a36a9997bfd8d6.tar.gz troggle-6c94027a261a09fe0f2ffe5621a36a9997bfd8d6.tar.bz2 troggle-6c94027a261a09fe0f2ffe5621a36a9997bfd8d6.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")) |