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

2018-02-18 Thread Lylio
C_Cd_3NACLcBGAs/s1600/SB.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 fo

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

2018-02-14 Thread Lylio
it feels good 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

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

2018-02-14 Thread Lylio
ick on one of the items in the list 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

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 Photos