Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 00:35:28 +00:00
parent 1b4674acde
commit c4455168c6
2 changed files with 1 additions and 3 deletions

View File

@ -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"))

View File

@ -22,7 +22,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
url(r'^millenialcaves/?$', views_caves.millenialcaves, name="someothershit"),
url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"),
url(r'^troggle$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),