Re: Django begginer

2019-11-27 Thread Daniel Almeida
Thank you guys I set as charfield and will be ok for now. So maybe u can help me further, this is a timesheet app and I have all set in django admin. I can add and delete data from my table in the administration mode. Now my question is how can I import this to a html template to be able to add

Django begginer

2019-11-26 Thread Daniel Almeida
HI guys I´m trying to make a simple timesheet app, first time I´m programming. So I have this code where I set in models.py the Client and then I want to have the Project class sync with the Client class. So for each Client I have a different set of Projects. Now my problem is in Task class I se