Mahmud Abdur Rahman
Mahmud Abdur Rahman
Yes, that's right, I'm using custom user model which includes a streamfield called links which is a combination of stuct & stream blocks. Here's the code - ``` class UserLink(blocks.StructBlock):...
I've tried removing that UserLinks from the custom User model. But, now getting the following error - ``` Internal Server Error: /admin/images/chooser/create/ Traceback (most recent call last): File "E:\WORKPLACE\ACMS\cenv\Lib\site-packages\django\core\handlers\exception.py", line...
Facing the same error