- Add slug fields to Song, Venue, Show, Tour, Performance models - Update routers to support lookup by slug or ID - Create slugify.py utility for generating URL-safe slugs - Add migration script to generate slugs for existing data - Performance slugs use songslug-YYYY-MM-DD format |
||
|---|---|---|
| .. | ||
| admin.py | ||
| artists.py | ||
| attendance.py | ||
| auth.py | ||
| badges.py | ||
| chase.py | ||
| feed.py | ||
| groups.py | ||
| leaderboards.py | ||
| moderation.py | ||
| nicknames.py | ||
| notifications.py | ||
| performances.py | ||
| preferences.py | ||
| reviews.py | ||
| search.py | ||
| shows.py | ||
| social.py | ||
| songs.py | ||
| stats.py | ||
| tours.py | ||
| users.py | ||
| venues.py | ||