HI just a quick question: is it possible to set a variable on an abstract model and override it in the concrete derived model? I'm trying to set a foreign key and really can't figure out how to do it
scwizard
actually i guess it's not really possible, I mean it's not django actually serving the static files
hello, what would be the best way to work with audio files? I want to be able to take an audio file and minipulate the data: cutting it up, effects, manipulate it.
SmileyChris
^0ef2387: that doesn't seem to be a django related question
^0ef2387
eh python ish?
sekhmet
^0ef2387: Presumably you'd be looking for some sox binding for Python. Looks like there's a few. (though yeah, it's more a Python question than Django)
jMyles joined the channel
gyyrog joined the channel
benoitbb has quit
^0ef2387
sekhmet: thanks, ill look more into sox bindings
gyyrog
I want to build some sort of business intellegence dashboard. Would django be a good thing for that?
daidoji has quit
bee_keeper
gyyrog: potentially, although 'business intelligence dashboard' is pretty vague
daidoji joined the channel
bkuberek joined the channel
mjt_ joined the channel
gyyrog
Yeah, I want to set up a series of graphs based off of queries to an mssql db
I will probably need different views for different "roles"
mstrcnvs joined the channel
kenbolton has quit
irblue has quit
My CEO likes pretty things, so shiny graphs will be important
vdboor has quit
JS has lots of good stuff for that though
cleme1mp_ has quit
cleme1mp joined the channel
tbaxter
mssql?
silverfix has quit
bkuberek_ has quit
m0no joined the channel
bkuberek has quit
ArcTanSusan_ has quit
jrist has quit
gyyrog
The application server that the company is bassed off of is mssql
mjt_ has quit
It is a practice managment software (we are a change of dental clinics)
phlacin joined the channel
daidoji has quit
daidoji joined the channel
matason joined the channel
matason has quit
phlacin
question: does this translate to "as long as there is nothing in this part of the URL, proceed...in this case to the index? urlpatterns = patterns('', url(r'^$', views.index, name='index'))
mstrcnvs
phlacin: yes
matches an empty string
bee_keeper has quit
phlacin
halleluja!!!! i figured it out!!!!!! FINALLY.
theslow1 joined the channel
for a n00b, that was a tough thing to wrap my brain around
based on how everyone was trying to explain it to me
kangfend1 joined the channel
ArcTanSusan_ joined the channel
gyyrog
anyone here used django-dash?
kangfend1 is now known as kangfend
robvdl joined the channel
zemanel has quit
kracekumar joined the channel
djapo has quit
bender314 has quit
jladage has quit
jrist joined the channel
mstrcnvs has quit
Laybunz has quit
derka joined the channel
derka
Guys
I got a dilemna i wanna solve
i want to seperate my django app in 2 parts
one part which would be a front end, and would only be the user interaction with interface
and the other the core which would be handling data and doing tricky stuff
the engineers developping on the front end would only be able to see the code of the front end, not the core
andrew9183 joined the channel
tbaxter
so you want models, views and templates, and you want the front end people to only see the templates.
derka
any idea of how to do that without using HTTP REST API which would be very heavy given the complexity of the interfaces that have to be generated
tbaxter, i need the dev to only see templates, and views.py
not models, and other complex function
tbaxter
derka: your front end people don’t need to see views.py either
this is how django was architected from day one. front end devs can work iin templates and not touch the rest.
derka
they do because the web interfaces are very complex, it is reporting and provisionning software
ilove50cent joined the channel
tbaxter
no, they don’t. There is no reason why anyone working in a template needs to look at the view. They only need to know what context is being returned.
ilove50cent
Hello #django.
tbaxter
which they can know any number of ways.
kenbolton joined the channel
Laybunz joined the channel
so most poeple would just have a gentlemen’s agreement, to stay the hell out of anything ending in .py, but you could simply put your templates somewhere different.
acangiani has quit
kyheo has quit
derka
there are some complex provisionning stuff to be done under the hood and handled by the front end engineer, so he still need access to views.py
mpfume7 has quit
porco has quit
kenbolton has quit
Leeds has quit
iqualfragile_ has quit
tbaxter
derka: either you trust him to alter views.py or you don’t. Which is it?
derka
i dont trust
ohrstrom has quit
JuanDaugherty has quit
this is very sensitive data that sit in the models