MicroPyramid / Django-CRM

Open Source CRM based on Django
https://bottlecrm.io
MIT License
1.93k stars 882 forks source link

AttributeError: 'Request' object has no attribute 'profile' #504

Closed Aplex2723 closed 1 year ago

Aplex2723 commented 1 year ago

I'm getting this error: image

this happend when i call the profile get method

Aplex2723 commented 1 year ago

Never mind i made it work.

Just uncomment the profile and use it in the ProfileSerializer

image