fix(startup): Fix the failing django/postgres startup by moving database query...
fix(startup): Fix the failing django/postgres startup by moving database query in form to __init__ function of DataSetEditForm. Now the choices query is also run everytime the form is called.
Please register or sign in to comment