djaodjin / djaopsp

Practices Survey Platform - Assess against best practices assessment and improvement planning
BSD 2-Clause "Simplified" License
3 stars 6 forks source link

OperationalError: no such column djaopsp_account.picture #440

Open smirolo opened 8 months ago

smirolo commented 8 months ago

split from #438

OperationalError at /djaopsp/api/energy-utility/reporting/sustainability/engagement no such column: djaopsp_account.picture URL: http://127.0.0.1:8000/djaopsp/api/energy-utility/reporting/sustainability/engagement PortfolioEngagementAPIView Uses this serializer: EngagementSerializer And the serializer inherits from AccountSerializer which has a picture field, while the djaopsp account doesn't have one.