2008-3-7

23:30 jamieo
thank you!
23:42 zarm
Hey, this isn't a necessarily django related problem, but I'm trying to tinker with a regular expression and I'm stuck
23:42 zarm
I'm trying break up a string, you can see what I mean here http://pastebin.com/d1a0c1a75
23:52 tesseracter
arg, im importing a function at runtime, and theres a syntax error in it, but it just breaks, without telling me a line number :-(
23:53 Uz_
then dont import it at runtime :>
23:53 Uz_
just ./manage.py shell .. from bla bla bla import fn
23:54 Uz_
zarm: may I tell you that this looks like a totally weird format��
23:57 Uz_
zarm: the reason the last one isn't captured, is because it doesn't have a trailing :
23:57 Uz_
i think
23:57 cromero
im on 0.96, added a context_processor to settings to always include MEDIA_URL in the templates, bu the variable is still nto there, what could be happening?
23:57 Uz_
cromero: not using RequestContext
23:57 Magus-
cromero: are you using RequestContext ?
23:58 cromero
Magus-: generic_views
23:58 Magus-
a 'yes' suffices then :)
23:58 Magus-
need more info then
23:58 cromero
Magus-: wasn't sure
23:58 Magus-
context processor, TEMPLATE_CONTEXT_PROCESSORS setting, template
Page 25 of 25   ← Previous  (2,417 total)