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
Merge pull request #32 from RandomProgramm3r/develop
refactor: Refactor PromoCreateView to use DRF’s CreateAPIView
- Replace custom APIView subclass with rest_framework.generics.CreateAPIView
- Add class docstring for PromoCreateView
- Add HyperlinkedIdentityField (`url`) in Promo serializer for promo-detail lookup
0 commit comments