VidJa: you could simply add a field that gets filled when an object gets created through the frontend
hillaj joined the channel
apollo13
linovia: so, next order of business is what?
nkuttler
VidJa: or do the same in the admin, but that's probably a little harder
VidJa
nkuttler: that would be most easy i guess
aqabiz joined the channel
aqabiz has quit
fredvd has quit
twoolie joined the channel
watermel0n joined the channel
shredding has quit
voidus joined the channel
voidus is now known as void
hillaj has quit
moneydouble joined the channel
watermel0n has quit
Untouchab1e has quit
Fuyou
Hello, sry for offtop question - how to allow serving certain filetypes with nginx
my .zip goes 403
nkuttler
Fuyou: /msg alis list *nginx*
ragsagar has quit
TOPIC: Welcome to #django || Please provide code and __full__ traceback || Logs at: https://botbot.me/freenode/django/ || Pastebin at: http://dpaste.org || DjangoCon Europe tickets on sale: https://www.djangoproject.com/weblog/2013/dec/31/tickets-djangocon-europe-2014-are-now-sale/
tbaxter_
Fuyou: sounds like your zip is too big for your nginx config. There's a rule in nginx to allow larger uploads
apollo13
tbaxter_: I think he wants downloads
at least that's what I interpret by serving
tbaxter_
ah. Could be. Then it sounds like the nginx config isn't allowing .zip
deepy
What if the permissions of the file is wrong_
void has quit
apollo13
or that, but nginx certainly knows how to debug that better^^
calamari joined the channel
rns
tbaxter_, on my cancellation form I am trying to exclude the userfield (one to one with the user model), but it still displays a dropdown on the template. Any idea how to get rid of that?
jeffisabelle has quit
calamari
I am working out a base template. In the base template, I am setting the page title in the header, but also want to the body. Is there a way to do that with blocks? I am reading in the documtation that you can't duplicate a block, like having {% block title %} in two places.
nkuttler: yeah, waiting for daniele to hit "active"
will be in a few minutes
nkuttler
;)
msc has quit
msc_ is now known as msc
batisteo has quit
[diecast] joined the channel
r0bby_ has quit
voidus joined the channel
voidus is now known as void
calamari
I was considering having a title1 block and title2 block and then just duplicating the content in my html pages, but it didn't seem to fit with the DRY thing, so I figured I'd ask if there was another way
dmanderson is now known as dmanderson_afk
glosoli joined the channel
Laybunz has quit
Laybunz joined the channel
logix812 joined the channel
TOPIC: Welcome to #django || Please provide code and __full__ traceback || Logs at: https://botbot.me/freenode/django/ || Pastebin at: http://dpaste.org || DjangoCon Europe tickets on sale: https://www.djangoproject.com/weblog/2013/dec/31/djangocon-europe-2014-tickets/
linovia
apollo13: thanks a lot
NBhosting
Happy new year all, make it count tonight
see yah in 2014
NBhosting has quit
EvilDMP joined the channel
Fuyou
erh, so what do you propose? I could go to nginx channel ofcourse but I thougth it's easy thing and people using it with django here would know
I can't see to google up right setting
robbyoconnor joined the channel
x100s joined the channel
logix812 has quit
ah, I think I got that, thx anyway
And Happy New Year
dstegelman has quit
zerok has left the channel
lubyou has quit
Affix has quit
madprops joined the channel
madprops
is it normal to make a synchronous chat, as in making a request to the server every couple of seconds?
caughtinflux_ joined the channel
lubyou joined the channel
jscott1989 joined the channel
Affix joined the channel
Hien_ joined the channel
chrislkeller joined the channel
epsy joined the channel
rumana joined the channel
apollo13
madprops: no
wlonk is now known as kit
adambrenecki_ joined the channel
thepeculiarform joined the channel
iiivvvooo joined the channel
livingstn joined the channel
rumana
I'd like some advice on my model scheme design, I want to implement a text-annotation app similar to rapgenius.com, where short texts (e.g. lyrics) can be annotated
thus I'd have a Annotation model with a Text foreign key
fredvd joined the channel
the annotation model could have "start" and "end" IntegerFields corresponding to the start and end indices of the annotated part within the Text
the issue is that I want to allow users to edit both Annotations and Texts
bmac has quit
x100s has quit
there'd be version-control, using GitPython
I don't know however how to keep track of the start and end indices of each annotation
bmac joined the channel
since it's possible for text to be inserted or removed before said annotation or even within the annotion