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
A boolean field on the plan model that allows a site administrator to mark one or more plans as recommended.
Or perhaps add django-taggit, which would allow the same problem to be tackled in different ways.
This is different from the default field, as it is primarily used as a sales tool. where as default is there to ensure created users have some sane defaults.
The text was updated successfully, but these errors were encountered:
This idea is good. I think the most flexible way to implement this is via django-taggit. This would allow to create many kind of "recommendations" based on different tagging.
Would you like to provide a pull request? Including:
A boolean field on the plan model that allows a site administrator to mark one or more plans as recommended.
Or perhaps add django-taggit, which would allow the same problem to be tackled in different ways.
This is different from the
default
field, as it is primarily used as a sales tool. where as default is there to ensure created users have some sane defaults.The text was updated successfully, but these errors were encountered: