I did Tango with Django for a bit, then started my own thing
Thanks, I'll get going with it
msy joined the channel
Wertax joined the channel
moritz_s has quit
zeograd has quit
Pulec joined the channel
alyphen joined the channel
jarshwah_ joined the channel
d42 joined the channel
dhanush joined the channel
tonythomas has quit
wyoung
FunkyBob: nano == pico
xylen has quit
nyli has quit
jarshwah has quit
jarshwah_ has quit
nyli joined the channel
Wertax has quit
limbera
i'm using aws and wondering how if at all, the users cache of my static files will be updated when i change them?
is that something i need to tell django about?
JZA has quit
JZA joined the channel
moritz_s joined the channel
FunkyBob
wyoung: meh
wyoung
limbera: ummmm you are hosting your static files using which aws service? S3? cloudfront? a webserver running in a EC2 instance?
FunkyBob
limbera: which is where checksum stamping your static assets comes in
wyoung
FunkyBob: hehe :) I was just reading your blog
FunkyBob
wyoung: yeah, I guessed
wyoung: but really, anyone who knows they're the same, will know which editor they want to use
astarrh has quit
wyoung
FunkyBob: true, I use pycharm :)
limbera
is that something i need to do before i push them to s3
or is there a way i can tell django to do it with collect static?
wyoung
limbera: so you are using s3 to host static files?
limbera
yes
phinxy has quit
mattmcc
You can use the manifest storage.
FunkyBob
was going to suggest that
ainmosni has quit
you'll want to fix that mess of "JS building mess in yur static dir" first
Wertax joined the channel
loic84 joined the channel
zeograd joined the channel
Ose joined the channel
ubuntu_aze joined the channel
rvause has quit
sirecote joined the channel
samsagaz joined the channel
Thandruil has quit
josuebrunel joined the channel
berto- has quit
Thandruil joined the channel
akaariai joined the channel
b0nn joined the channel
brat197 joined the channel
leepa joined the channel
moritz_s has quit
schinckel has quit
b0nn has quit
moritz_s joined the channel
ubuntu_aze has quit
snkcld joined the channel
alyphen has quit
jessamynsmith has quit
schinckel joined the channel
berto- joined the channel
alyphen joined the channel
pyface joined the channel
leepa has quit
citizen-stig joined the channel
leepa joined the channel
Kaltenstein is now known as KSchade
Thandruil has quit
limbera
sheesh... deploying software is stressful
chrisstreeter joined the channel
Debnet joined the channel
brat197 has quit
josuebrunel has quit
nlh joined the channel
syphar joined the channel
intr1nsic has quit
Thandruil joined the channel
sttts has quit
mattmcc
That's why tools to automate it are so useful.
krautsch has quit
astarrh joined the channel
Asandari has quit
hoot joined the channel
kinetic joined the channel
krautsch joined the channel
drag0nius has quit
sayan joined the channel
Asandari joined the channel
moritz_s has quit
kinetic has quit
Xard has quit
anthony25 has quit
Nizumzen joined the channel
Thandruil has quit
moritz_s joined the channel
anthony25 joined the channel
nlh has quit
SoulRaven joined the channel
mvt joined the channel
SoulRaven Cineva din Romania?
tacohat joined the channel
schinckel has quit
nyli has quit
berto- has quit
tacohat
anyone here used wq? i've got it installed, but running "wq start" as per the docs fails for me
hoot has quit
berto- joined the channel
the docs say run: wq start [projectname]
but anything i put for projectname i get: Error: No such command "projectname".
am i doing something wrong?
Thandruil joined the channel
greydawg
guys can I make the labels in the modalformset dynamic
nedbat has quit
nedbat joined the channel
Brando753 joined the channel
limbera
if i've setup an external box with memcached, and i've configured the ip and port properly in django, do i need to also tell nginx to route any requests directly to the memcached box?
or will django do that too?
Lisa1157 has quit
tacohat
haha, running "wq start start" works, but of course only creates a project called "start". hmm.