-
-
Notifications
You must be signed in to change notification settings - Fork 623
Open
Labels
Description
Enhance the Sample App
Current State
The current sample app consists of a single Post model that uses the standard Tag and TaggedItem models.
Desired Improvements
Expand Sample App:
- Incorporate specialized use cases as represented in the testing suite.
- Create a library of fixtures that can be loaded into the sample app for more robust testing.
Benefits
- Enhanced Testing: The expanded sample app will allow for more comprehensive testing of new functionality.
- User Utility: Users will have a more useful tool to understand and test Django-taggit in various scenarios.
- Provides better documentation and practical examples for new users, making it easier to understand and implement Django-taggit features.