You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be important for a user to be able to order ideas under a goal by priority. However one idea may address multiple goals. So, we have to encode the order of the Idea for each different goal.
We may use the django-sortedm2m to have Goal.ideas = SortedManyToManyField(Idea).
It may be important for a user to be able to order ideas under a goal by priority. However one idea may address multiple goals. So, we have to encode the order of the Idea for each different goal.
We may use the django-sortedm2m to have Goal.ideas = SortedManyToManyField(Idea).
https://github.com/gregmuellegger/django-sortedm2m
The text was updated successfully, but these errors were encountered: