FunkyBob: Is that another one the ones that his son wrote?
FunkyBob
yes
FlyingMongoose has quit
okimoyo
Tolkein, Herbert... I'm not sure how I feel about people's children cashing in on their parents writing
SegFaultAX joined the channel
mfcovington has quit
FunkyBob
well, if you read the intros, Herbert's son had good reason
mostly, Frank had planned and started writing the last books... to finish the cycle properly
so he wrote the prequels to rekindle interest
pmachine has quit
okimoyo
ok thats fair
robvdl has quit
lmorchard has quit
hstefan has quit
leafstorm has quit
Svedrin has quit
rje has quit
pjs joined the channel
srijay has quit
al1o has quit
robvdl joined the channel
blommer has quit
Derailed has quit
pjs
FunkyBob sorry I disappeared.. we're loading a registry of report classes at init.. if it's a new class to the system (they're pluggable) I want to create a data model instance (for permissions purposes). Django complains that apps aren't loaded yet so I can't do any ORM work
hardwire has quit
I know that 1.7 refactored app loading but I can't seem to find the point that this works.. I've worked around it with a management command but obviously not ideal
al1o joined the channel
mfcovington joined the channel
Derailed joined the channel
okimoyo has quit
StolenToast has quit
FunkyBob
pjs: App.ready()
d0ngz
300 dragon balls found in the Temple of the Feathered Serpent in Teotihuacan
ionelmc
FunkyBob: your feed seems broken (no tags) - perhaps you need to escape them?
Goopyo has quit
cleme1mp_ has quit
FunkyBob
ionelmc: ?
srijay joined the channel
pjs
FunkyBob Right, but is it ordered by the order in INSTALLED_APPS? Reports can live in several different apps. So I'm wondering if there's a way to konw that the process of loading apps is complete
ionelmc: erm... so it's barfing on escaped HTML and Django template tags?
ionelmc
no idea :-)
FunkyBob
just how fucked up are these feed formats?
line 831, column 0: description should not contain body tag [help]
lindii_
i was following the docs in order to customize the django admin header where it says edit the file and replace {{ site_header|default:_('Django administration') }} (including the curly braces) with your own site’s name as you see fit