Re: Basic note/trello app - how to link model object IDs

2018-02-18 Thread Lylio
jpg> On Monday, 12 February 2018 21:00:53 UTC, Lylio wrote: > > Hi everyone, > > I'm new to Django and currently working on a very simple app. It's > basically a note app, a bit like a Trello board but aimed at creating > user-story cards for software development teams (code

Re: Basic note/trello app - how to link model object IDs

2018-02-14 Thread Lylio
to be making some progress! Really appreciate your help. On Wednesday, 14 February 2018 16:07:32 UTC, Melvyn Sopacua wrote: > > On woensdag 14 februari 2018 16:14:40 CET Lylio wrote: > > > I'd like to click on one of the items in the list and open up a new page > > showing all

Re: Basic note/trello app - how to link model object IDs

2018-02-14 Thread Lylio
and open up a new page showing all the database details for that particular list item (title, description, time of creation, etc). Roughly, would I change the list items into links: {% for card in cards.all %} > Hi Lylio, > > On 12/2/18 16:20, Lylio wrote: > &

Basic note/trello app - how to link model object IDs

2018-02-12 Thread Lylio
Hi everyone, I'm new to Django and currently working on a very simple app. It's basically a note app, a bit like a Trello board but aimed at creating user-story cards for software development teams (code at https://github.com/Lylio/scrumbuddy_project). I made a mock-up in Photoshop of how