Re: Link ID's To Detail Page

2018-11-07 Thread Gregory Strydom
side the cell. > > You probably meant {% url ‘kpi_eftdetail’ *incident.eft_lead*.id %} > > > > *From:* django...@googlegroups.com [mailto: > django...@googlegroups.com ] *On Behalf Of *Gregory Strydom > *Sent:* Wednesday, November 7, 2018 8:58 AM > *To:* Djang

Re: Link ID's To Detail Page

2018-11-07 Thread Gregory Strydom
gt; the other one it should be url 'kpi_eftdetail' eftlead=eftlead.id" . I > think you get the idea. This won't solve it if you copy paste but it's a > step in the right path > > On Nov 7, 2018 8:20 PM, "Gregory Strydom" > wrote: > >> Hi t

Re: Link ID's To Detail Page

2018-11-07 Thread Gregory Strydom
You did not close your URL tag with a %}. > > {{ incident.ir_num > }} > > {{ > incident.eft_lead}} > > > > > > *From:* django...@googlegroups.com [mailto: > django...@googlegroups.com ] *On Behalf Of *Gregory Strydom > *Sent:* Wednesday, November 7,

Link ID's To Detail Page

2018-11-07 Thread Gregory Strydom
Hi there. I am really not sure how to phrase this questions so I will just do my best. On the homepage of my app I have a table with information. Most of the information in each cell is also a link to a details page like so: {{ incident.ir_num }} What I am struggling to get working is adding

Re: Excel Sorting

2014-09-11 Thread Gregory Strydom
> > François > > On Sep 11, 2014, at 9:33 AM, Gregory Strydom > wrote: > > > Sorry i forgot to mention the filtering/sorting should be done in the > view so the user can simply click on a button and sort by date, category etc > > > > -- > > You rece

Re: Excel Sorting

2014-09-11 Thread Gregory Strydom
Sorry i forgot to mention the filtering/sorting should be done in the view so the user can simply click on a button and sort by date, category etc -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Excel Sorting

2014-09-11 Thread Gregory Strydom
Sorry i forgot to mention the filtering should be done while viewing the template so the user can simple choose sort by date, category etc on the fly. On Thursday, 11 September 2014 15:29:21 UTC+2, Gregory Strydom wrote: > > Hey all. > > I am just curious, is there any to do

Excel Sorting

2014-09-11 Thread Gregory Strydom
Hey all. I am just curious, is there any to do Excel style filtering in Django? Eg: Sort by date , category etc The closest thing i have seen which resembles something like that is dictsort() or regroup(), but i have no idea how that would work for what i want. The only other option i could th

Re: Context Help

2012-08-24 Thread Gregory Strydom
Thanks for taking the time to help out i really appreciate it :) Im still a little confused so i think the best thing to do would be to start from scratch, going through the tutorial again, and again and taking things really slowly (slower thanks snails pace lol), and work through it step by s

Re: Layout and global.css files

2012-08-22 Thread Gregory Strydom
Thanks very much for the replies, this really helps alot! -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/W33sPdspM00J. To post to this group, send email

Layout and global.css files

2012-08-22 Thread Gregory Strydom
Could anyone perhaps tell me where i could find the layout.css and global.css for the base admin site? Ive tried looking through C:/Python26/site-packages/django but cant seem to find anything. What i am trying to do is just change colour where it say Users, Groups, Sites etc in the django admi

Re: Where to place Context

2012-08-15 Thread Gregory Strydom
Thanks very much, i have been confused about this for awhile but can now see much clearer! -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/WXD7UoocVSIJ. To

Where to place Context

2012-08-15 Thread Gregory Strydom
Hi all , great to be here. I just have a very simple question if thats ok. I am quite new to Django but am enjoying it very much, but seem to be struggling with templates. Im sure this is a simple question but could anyone please tell me where do you place context that you define for your temp