Jygga, tensory: This must be some weird combo of things...I'll dig deeper, but good to know that there's no oddball django settings that would do something like this.
the_rat has quit
cewing has quit
ErvisTusha has quit
Jygga
actually i have never needed that functionality yet
milkandtang has quit
chrismed has quit
zeograd has quit
tdelam joined the channel
anth0ny has quit
rmaceissoft joined the channel
Raisins has quit
seanbrant has quit
phix has quit
luyikei__ joined the channel
phix joined the channel
shapeshifta has quit
ex-parrot has quit
m0n5t3r has quit
Joestar79 has quit
giallu has quit
revolunet has quit
avafab has quit
onthestairs has quit
SimplySeth has quit
raijin joined the channel
Osmose1000
I've used a custom 500 view to show a special error page for certain parts of a site before
And also when the base template requires something from a template context processor (default 500 view doesn't use context processors in case the error came from them)
dmclain has quit
raininja joined the channel
raijin has quit
AmineZyad joined the channel
chrislkeller has quit
tWoolie has quit
prabampm has quit
Bubo has quit
gazumps joined the channel
kevinflo joined the channel
kenbolton joined the channel
passy has quit
passy joined the channel
passy has quit
tdelam has quit
LewisZ joined the channel
LewisZ has quit
dmclain joined the channel
fmartingr has quit
tensory has quit
caleb_ joined the channel
glitch273 has quit
Unifox has quit
gazumps has quit
is_null joined the channel
is_null
hi all, is there a built in way to override a setting for a test case ?
kklimonda
is_null: yes, look for override_settings
(I think it's django.test.utils)
is_null
nice, thanks !
vbabiy joined the channel
frankV joined the channel
aw, this doesn't work with LiveServerTestCase, bummer :(
subbyyy joined the channel
gazumps joined the channel
gazumps has quit
pjs
is_nice, what about the settings contextual? ie, with self.settings(YOUR_SETTING=value): ...
jdunck has quit
frankV
what would cause a template tag to produce a HTTP Error 404: Not Found? Here's the tag's code: http://dpaste.org/bb3Mq/