does rtfm.whatever no longer redirect to readthedocs? awww :(
garrypolley has quit
Oddo
yes
but where else should i search for help?
gremly has quit
nkuttler
Oddo: with django-shop?
joshuajonah
The code.
nkuttler
yeah, rtfs
hwrd|work has quit
katylava has quit
garrypolley joined the channel
Oddo
nkuttler: exuse me?
+excuse
katylava joined the channel
nkuttler
Oddo: read the fine source
kezabelle
I fully expect the shop's source to be suitably complex that it'd be easier to ask and hope for answer :)
ronny_ is now known as ronny
Oddo
nkuttler: i have been doing that for the last days but idont understand everything
Left_Turn joined the channel
Left_Turn has left the channel
maroloccio joined the channel
nkuttler
Oddo: well, sorry, i've never used that app
Oddo
nkuttler: no problem :D
hwrd|work joined the channel
katylava has quit
ejb
Anyone know of a good media manager app that will grab meta data about media? like width and height of images?
-?
jjasinski joined the channel
ticketbot has quit
qba73_ joined the channel
joshfinnie has quit
Gentle has quit
MicahCarrick joined the channel
Gentle joined the channel
joshfinnie joined the channel
dray3 has quit
nkuttler
ejb: hm, what are you trying to do? pil/pillow?
ejb
I want a centralized media library and the meta data would just be a bonus
qba73 has quit
joshuajonah
django-filer
JainAmber has quit
DarkSector has quit
kezabelle has quit
zhost has quit
glitch273 joined the channel
zhost joined the channel
qba73_ has quit
aah joined the channel
fission6 joined the channel
jordanmessina joined the channel
Gentle has quit
ejb
ok
empty joined the channel
aah
utter django n00b. trying to build an admin 'add' page for a table X that gets filled from a set of lookups -- admin should choose item from table Y, resulting in auto-populated choice lists from table Z based on Y, present those choices and a single field, resulting in a bunch of queries that finally fill table X. it's all very byzantine and can't be changed.
Oddo has quit
should I be trying to find some magic to make the admin templates Do The Right Thing? or should I be jumping directly to views and building this all out myself?
ejb
aah: build it yourself
aah: you'll be fighting the admin the whole way trying to get it to work
natea has quit
jordanmessina has quit
aah
ejb: that's what I was afraid of, okay. thank you!
Oddo joined the channel
Gentle joined the channel
xjjk joined the channel
ejb
np. good luck
dash_ has quit
jordanmessina joined the channel
empty has quit
Shariq has quit
aseemraj has quit
dray3 joined the channel
dash_ joined the channel
maroloccio has quit
eculver has quit
kushal has quit
dencold has quit
sayan has quit
kenbolton joined the channel
sashav joined the channel
glitch273 has quit
jeffisabelle has quit
aberrant
hm
I have to write a CSV file every time the database changes. Are signals the best way to do this? Seems to me I've got to catch multiple events that way. Is there a better/easier way?
ApHeX321 has quit
dash_ has quit
ejb
aberrant: write to disk?
aberrant
ejb: huh?
jordanmessina has quit
ejb
Do you have to write the CSV file to disk? What are you doing with the file?
aberrant
yes
it's being written to disk
ejb
I would have a cron job
aberrant
I need it to be done every time the db is changed.
so thinking about catching post_save and post_delete
ejb
what's using the csv file?
aberrant
splunk
and a firewall
TeckniX
i have a settings.py and a local_settings.py that I import. I'd like to add to the template dir, but obviously doing it wrong. Can someone point me in the right direction? https://gist.github.com/TeckniX/6116709
DFieldFL has quit
ejb
aberrant: can splunk read the csv from a url?
Ariel_Calzada has quit
aberrant
ejb: not easily
and the firewalls definitely can't
DFieldFL joined the channel
mattmcc
Hopefully you don't actually mean a CSV of the whole database updated whenever any change occurs in the DB..