Re: Permissions front end management in Django

2022-05-04 Thread Ry
I had the same challenge and ended up building a form to handle this. Once posted, I took care of setting the various conditions on the respective users in the veiew. On Saturday, January 8, 2022 at 10:05:06 AM UTC-5 goldwy...@gmail.com wrote: > Control alt delete to all coding problem! > > On

Deploy Tailwind Template with Django

2022-05-31 Thread Ry
Hi I recently downloaded a template from cruip.com https://preview.cruip.com/mosaic/ I'd like to integrate this template into my django site but admittedly I am not sure where to begin. Does anyone have experience using templates such as the dashboard above on django? In the end, I'd like to de

How many related columns should you use on a model. Does it matter?

2023-05-22 Thread Ry
How many related columns should you use on a model. Does it matter? For example, say in a payroll application I have a model Company. Each Company has multiple model Employee. Each Employee has a Job. Does it matter if the final model, Job has a fk to both the Employee and Company model or s