Does CACHE_MIDDLEWARE_ANONYMOUS_ONLY make the cache_page decorator of no effect?
Kayra joined the channel
nickpresta has quit
tyfighter joined the channel
uczekalla has quit
JerryT_ has quit
Kayra has quit
altoids joined the channel
mribeirodantas has quit
twoolie has quit
CarlFK has quit
jeffheard has quit
jaddison has quit
rojem joined the channel
nedbat has quit
jaddison joined the channel
Naeb has quit
klysium joined the channel
well, loks like the answer is yes.
SegFaultAX has quit
amaier has quit
MrS1lentcz
i have troubles with saving uploaded files. i dont know why uploaded files have original name, but not "IMG_XXXX.EXT" shape... what option in settings is for?
__love__
cellofellow: i would assume it makes it only cache for anonymous users
cellofellow
yeah, but I had a logged-in-only page that was particularly slow so I used the cache_page decorator (and got a 40x speedup) but on live it wasn't working because of that settings.
tbaxter has quit
Since it's not set on dev and I never have caching issues on dev I assume it's fine to turn off anyway.
mattmcc
Ergo: The channel usually works better for fielding questions than one person.
vince_prignano has quit
jpic joined the channel
dlogs has quit
dlogs joined the channel
JerryT joined the channel
munichlinux has quit
jpic
hi all, i'm having a really weird behavior with a models.FloatField: http://dpaste.com/1663629/ I don't understand why a Location is missing when setting the same lng !
klysium has quit
munichlinux joined the channel
bogeyd6 has quit
munichlinux has quit
jpadilla has quit
jaddison
jpic: Not sure, but the value in the DB is probably -95.36938959999999999 or something, and for display purposes, it's rounded?
jwa has quit
TaiSHi
Anyone uses SublimeText for django coding? I'm looking for a decent autocomplete plugin
jpic
jaddison: right, it's likely to be rounded on select, thanks
mgrouchy joined the channel
rmaceissoft joined the channel
robbyoconnor joined the channel
mattmcc
jpic: Odds are you'd be better off with a decimal field.
manicouman has quit
SegFaultAX joined the channel
robvdl has quit
kklimonda
TaiSHi: I don't think there is any plugin for ST that can give you a good autocompletion for python/django
munichlinux joined the channel
SegFaultAX has quit
TaiSHi
kklimonda: I'm using anaconda + djaneiro as of like 5 minutes ago, it's working decently
kklimonda
TaiSHi: maybe SublimeRope
TaiSHi
Not decided if keep using PyCharm o stick to SublimeText
SegFaultAX joined the channel
I mean, there are TONS of functionalities that pycharm has that I love
hassans has quit
kklimonda
well, it really depends on whether you need a full IDE or not
robvdl joined the channel
sulami has quit
slackorama has quit
some of pycharm features are indeed really nice to have
but it's kinda heavy
adamdure_ joined the channel
jpic has quit
TaiSHi
It is, at work my computer gets a bit choppy
Hmm
I'm having only one issue after installing Anaconda and Djaneiro
schinckel
kklimonda: Well, WRT to ST, you can get decent completion for TextMate python/django, and AIUI, TM bundles still work with ST.
jaycedars joined the channel
FunkyBob
TaiSHi: that's been my issue with most IDEs
huge resource gobblers
schinckel
(How's that for acronyms!)
FunkyBob
heh
TaiSHi
FunkyBob: for single file editing ST is awesome
I find it more relaxing to the eye
nedbat joined the channel
mgrouchy has quit
Hmm, now I press enter after a class definition and it sets a tab
schinckel
I even wrote a bundle that ran django management commands from textmate. Including, if you were in a test file, just run those tests.
When I was supposed to be doing a university project, IIRC.
scottmizo joined the channel
scottmizo has quit
valgrind has quit
JimmyNeutron has quit
kklimonda
schinckel: wasn't TM API ruby?
adamduren has quit
Gwildorix joined the channel
I haven't used it since OS X 10.4, so I may not be remembering it correctly
ojh joined the channel
FunkyBob: tbf, if it were just a matter of resources, I could throw more of those at pycharm, and be done with it
EstebanVelour has quit
adamdure_ has quit
jrm2k6 joined the channel
but it doesn't really work well when I have to maintain all those old projects for clients
dseitz has quit
twoolie joined the channel
and the font rendering is just hideous under Linux :(
Zeograd has quit
fllr has quit
TaiSHi
Ah this is driving me insane
schinckel
kklimonda: You can write stuff in whatever language you want.
TaiSHi
if I press enter it'll tab
instead of 4spaces
There it worked
TaiSHi whiplashes ST
Obey, obey!
jladage has quit
Can I have more than 1 inline
Mahjongg
Hello, trying to set up a dev environment in eclipse with pydev plugin. I see that line "from reviewboard.extensions.base import get_extension_manager" works but line "import reviewboard.site.templatetags" cannot resolve import reviewboard can you see what may be the problem?
TaiSHi
Inside a django template?
al1o has quit
FunkyBob
this is another issue I have with IDEs... they seem to make some simply things really hard :P
aberrant joined the channel
Sonderblade has quit
kklimonda
well, ST is just a text editor ;)
sonofdir_ has quit
TaiSHi
Hm, still
What I like of ST is rather visual
bigger font
smoother
Not so cluttered interface
kklimonda
you can tweak pycharm interface a bit, to make it less cluttered
koirikivi
FunkyBob: vim ftw, right? ^^
dray3 has quit
kklimonda
ST is less cluttered mostly because it's not providing as many things
nszceta has quit
siqi_ has quit
JerryT has quit
RayZa joined the channel
TaiSHi
kklimonda: I just switched to a dark theme, it kind of eased the strain on my eyes
aberrant has quit
And I agree, I'll stick to ST for single file editing
trem0r joined the channel
Hmm, can I modify a model in admin so it would let me add extras?