[Fixed]-How do I tie a choices option in a django model class to a function

1👍

self is not accessible where you are using.
You need to use Django Forms and customize the choices for the form field based on selected dbTable

👤kia

Leave a comment