Hi,
this is quite easy to answer - those reports need to be archived - users
must be able to download them days or weeks later.
So I will create a record in a database for each report that is created so
users can access it later - maybe this can be seen as "uploading" a file to
the server that
On 2/10/2013 10:20am, Russell Keith-Magee wrote:
On Wed, Oct 2, 2013 at 6:19 AM, Mike Dewhirst mailto:mi...@dewhirst.com.au>> wrote:
Consider a bunch of substances and a bunch of papers written by
various researchers. Some of the papers apply to more than one
substance and a substan
On Wed, Oct 2, 2013 at 6:19 AM, Mike Dewhirst wrote:
> Consider a bunch of substances and a bunch of papers written by various
> researchers. Some of the papers apply to more than one substance and a
> substance can have multiple papers. Here are the models ...
>
> class Paper_Substance(models.Mo
On Tue, Oct 1, 2013 at 9:49 PM, DJ-Tom wrote:
> Hi,
>
> I need to create database report downloads in Excel format (via
> xlsxwriter) and I'm wondering if there is any standard or best practice as
> to where those downloads should be located.
>
> Especially helpful would be if there was a portabl
Consider a bunch of substances and a bunch of papers written by various
researchers. Some of the papers apply to more than one substance and a
substance can have multiple papers. Here are the models ...
class Paper_Substance(models.Model):
paper = models.ForeignKey('Paper', null=True, blank
On 10/1/13 6:36 AM, Derek wrote:
We encountered the same problem for a complex model ... we ended up
defining "acceptable" default values that are used instead of
None/NULL, but essentially mean the same thing to the user. (We are
using MySQL which adopts the same approach as Postgresql - I be
You know Python already? If not, personally I'd recommend looking at that a
little first before jumping feet first into Django. The python docs are
pretty good and I liked Learn Python the Hard Way.
Thanks
On Tuesday, 1 October 2013 16:42:59 UTC+1, Ahsan Ahmad wrote:
>
> Hi,
> This is Ahsan. an
you already helped me a lot =)
Leonardo looks just http://dpaste.com/1402408/
On line 20 I pass a value of fixed amount in the template.
How would get the amount in input dynamically?
Abs
[] s
Ricardo
2013/10/1 Leonardo Giordani
> Ricardo,
>
> I think the example on the django-cart site are s
The tutorial on the website.
Cheers, Nigel
07914 740972
On 1 October 2013 16:42, Ahsan Ahmad wrote:
> Hi,
> This is Ahsan. and i am brand fresh programmer in Django. Please guide the
> easiest way to start learning Django.
>
> Thank You
>
> --
> You received this message because you are subsc
On Tue, Oct 1, 2013 at 9:23 AM, Bill Freeman wrote:
> While the browser may cache this stuff, images too, from the browser's
> point of view, if you are on a different page, you don't have access to
> stuff the login page loads.
>
Ah, thanks. I did not know that. I put back the js and css refere
Hi,
This is Ahsan. and i am brand fresh programmer in Django. Please guide the
easiest way to start learning Django.
Thank You
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, se
While the browser may cache this stuff, images too, from the browser's
point of view, if you are on a different page, you don't have access to
stuff the login page loads.
What does help is to always use exactly the same URL for the static media,
in which case when a page calls it out, the browser
Hi
I'm running into a problem with django loosing the current session, when I
redirect an AnnonymousUser to an facebook's oauth. I set a session
variable before sending a user to facebook to login via oauth. When they
get redirected back to my site, the session key changes and the data is
los
I would like to load all the javascript and css files that my app needs
when the user logs in. So I added lines like this to my login.html:
But when I go the pages that need these (that used to include them in their
templates), they don't seem to be available. I don't get any errors, but
it's
You should still be able to use the back button; it just shouldn't try to
post the data again if you do so. Are you getting a prompt about resending
post data, or are you just talking about being able to use the back button
at all? If the latter, that's exactly what should happen. Breaking the
Hi,
I need to create database report downloads in Excel format (via xlsxwriter)
and I'm wondering if there is any standard or best practice as to where
those downloads should be located.
Especially helpful would be if there was a portable way of managing the
file system location and web reques
The second StackOverflow answer is probably your best bet. Assuming your
looking for a solution that avoids editing any included app templates,
you'd want to use the solution that HTML5 Boilerplate uses, which is a
Javascript conditional inclusion:
window.jQuery || document.write('