Re: Handle Form Submission

2024-05-29 Thread Tawfeeq Zaghlool
Thanks Faisal, I really appreciate it. If I have any other questions, I will ask you then. Thanks again mate :) :) Tawfeeq Zaghlool IoT Full Stack Developer || Project Manager & Youth Leader +962 77 8891479 <+962778891479>

Re: How to use different templates for different sites/domains

2024-05-29 Thread Faisal Mahmood
You're right, using a single Django instance to serve multiple sites with overridden templates can be tricky. While a custom template loader might seem appealing, it's true that it doesn't accept the request object by default. Here's the breakdown and some alternative solutions: The Challenge:

Re: Django Admin Shortcuts

2024-05-29 Thread Faisal Mahmood
Hi, First of all Sorry for the late reply😉 Okay👌 let's go... It is generally not recommended to authenticate auto-generated users directly from inspect_db without proper user model fields and permissions. Here's why: - Security Concerns: - AbstractBaseUser and PermissionsMixin provide