Cascading drop down list

2024-05-15 Thread kateregga julius
Hi. I need help on implementing Cascading drop downlist in django using functional based views and manual forms. *​**Kateregga Julius* *Email: julikats2...@gmail.com * *Kampala-Uganda* *Skype: Katslog* -- You received this message because you are subscribed to the Google Groups "Django users"

Re: View "functions" that are callables?

2024-05-15 Thread Faisal Mahmood
Yes, in Django, a view function in a URLconf can indeed be a callable that is not necessarily a function. You can use classes with a `__call__` method as views, often referred to as class-based views (CBVs). Class-based views offer more flexibility and organization than function-based views in

Re: View "functions" that are callables?

2024-05-15 Thread Abdulfarid Olakunle
Yes, in Django, a view function in a URLconf can indeed be a callable that is not necessarily a function. It can be a class-based view where the class has a `__call__` method, effectively making it callable. This is a common practice and allows for more flexibility and organization in your code.

View "functions" that are callables?

2024-05-15 Thread Christophe Pettus
Hi, I'm surprised I don't know this, but: Can a view "function" in a urlconf be a callable that is not actually a function, such as a class with a __call__ method? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Creating live streaming app

2024-05-15 Thread Anshuman Thakur
Hi Teams, how can we create live streaming application when we are using react.js in frontend and django rest framework in baackend -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from