So fast index based counting will happen only when query is without any predicates.
Oli has quit
Tennis joined the channel
slav0nic joined the channel
realnot joined the channel
pupil has quit
cloudy_nz has left the channel
slav0nic has quit
cenrak joined the channel
ibqn joined the channel
phinxy has quit
cenrak has quit
pbgc joined the channel
zersiax has quit
nimomo joined the channel
pupil joined the channel
nimomo has quit
scott_w joined the channel
shangxiao joined the channel
jaywink joined the channel
MAW has quit
scott_w has quit
zersiax joined the channel
isthisreallife joined the channel
codeme joined the channel
WeiJunLi joined the channel
telboon joined the channel
telboon has quit
telboon joined the channel
codeme has quit
grumpi joined the channel
veduardo joined the channel
iArthur has quit
pupil has quit
josuebrunel joined the channel
MAW joined the channel
bradfordli123 has quit
realnot has quit
arustam has quit
josuebrunel has quit
iivvoo
regarding django request framework, if I understand correctly it's not possible to put/post a file/files and json data in a single request
mkoistinen joined the channel
FunkyBob
iivvoo: that most likely stems from brwoser limitations
mkoistinen has quit
bnprk joined the channel
iivvoo
well, either you have a application/json body or a multipart file body
kyheo joined the channel
(or you somehow primitively embed the file in a json body)
scott_w joined the channel
kyheo has quit
realnot joined the channel
d42 has quit
Dropbox joined the channel
Dropbox has left the channel
shangxiao has quit
swi has quit
xterm has left the channel
FunkyBob
well
you could base64 encode the file and pass it that way
of course, clients can't compress requests, so...
d42 joined the channel
scott_w has quit
donspaulding joined the channel
pyface has quit
psicom joined the channel
kyheo joined the channel
donspaulding has quit
Earlo joined the channel
Siya joined the channel
Siya
Morning all
MAW has quit
Struggling with a Ubuntu (14.04) install of python-django where the /usr/shared/pyshared/django folder isn't created during (package) installation
Anyone here who can point me in the right direction?
iivvoo
virtualenv is the right direction :)
bcSquared has quit
hpanago joined the channel
siya seriously, python-django appears to be version 1.6 (we're at 1.9 now) and in general using a virtualenv will make life much easier (and won't require root access for installing dependencies)
Siya
I'm only looking to run a single package. so once my issue is resolved...
but I'll happily look into virtualenv
jmend joined the channel
iivvoo
why do you want to install python-django? Do you need any (random) version of django? Or specifically 1.6.x? Or do you think apt-get is more convenient?
and if it's because of LTS, 14.04 may have LTS but django 1.6 doesn't (1.4 does)
erve joined the channel
govg has quit
Siya
iivvoo, I'm trying to get mumble-django working. So far it's not gone too smoothly, but I'm nearly there
canton joined the channel
Using an existing server, hence 14.04. Not too fussed about versions. Just baffled why the Ubuntu package is missing the django folder I need
amcorreia joined the channel
codeme joined the channel
Bother... /usr/shared/pyshared/django looks like Debian/Ubuntu specific stuff as manually upgrading django to v1.9 doesn't create the missing folder either
the_rat joined the channel
JayFK_ joined the channel
iivvoo, thanks for your suggestion. May end up just manually installing mumble-django instead of using packages
iivvoo
if it would have a decent setup.py or requirements.txt it could be as easy as pip install -r requirements.txt
codeme has quit
WeiJunLi has quit
MAW joined the channel
codeme joined the channel
realnot has quit
alyphen has quit
cyberspace- has quit
Alan has quit
phood has quit
LeaChim has quit
codeme has left the channel
pupil joined the channel
aavrug has quit
Siya
iivvoo, turns out that I just had to create a symlink...
grumpi has quit
JayFK_ has quit
silverfix has quit
phood joined the channel
nullie has quit
canton has quit
dray3 joined the channel
MAW has quit
alyphen joined the channel
shangxiao joined the channel
Alan joined the channel
nullie joined the channel
wili has quit
commx has quit
LeaChim joined the channel
FreedomFighter has quit
cyberspace- joined the channel
Alan has quit
LeaChim has quit
the_rat has quit
phood has quit
Alan joined the channel
LeaChim joined the channel
shangxiao has quit
MAW joined the channel
phood joined the channel
eperzhand joined the channel
dethos joined the channel
next question
canton joined the channel
"django/contrib/admin/media/" has this location been depricated?
phinxy joined the channel
eperzhand has quit
erve has quit
mlavin joined the channel
mattmcc
Years ago.
Siya
nm, found it in django/contrib/admin/static/admin/