forked from expo/troggle
Messing with millenialcaves.html or similar
This commit is contained in:
parent
1b4674acde
commit
c4455168c6
@ -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"))
|
||||
|
2
urls.py
2
urls.py
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user