Ritu Singh
Problem:
From documentation, __iter__ returns only non-alias members.
Solution:
You can use >__members__ to get a mapping of enum name to value.
From python >docs:
There's a caveat to this though. If you have enum values that are similar then you'd get the same value returned for them.
Suggested blogs:
>Fix webapp stops working issue in Django- Python webapp
>Creating a form in Django to upload a picture from website
>Sending Audio file from Django to Vue
>How to keep all query parameters intact when changing page in Django?
>Solved: TaskList View in Django
>Implement nested serializers in the Django rest framework
>Define blade component property in server - Laravel