lots of updates :/

This commit is contained in:
2025-11-30 15:34:08 -05:00
parent 61e198ff55
commit e06a5d49f8
84 changed files with 6614 additions and 2297 deletions

View File

@@ -57,6 +57,6 @@ class PromoSerializer(serializers.ModelSerializer):
# event_type = serializers.CharField(source='get_event_type_display')
class Meta:
model = Promo
fields = ('id', 'title', 'organization', 'promo_type', 'long_text', 'short_text', 'overlay_image', 'classified_image', 'target_link')
# fields = '__all__'
# fields = ('id', 'title', 'organization', 'promo_type', 'long_text', 'short_text', 'overlay_image', 'target_link')
fields = '__all__'
depth = 2