Aamir Rind
Aamir Rind
Some time we need to define different sizes based on different model. I have added the patch which will give higher importance to model level `THUMBNAIL_OPTIONS_DICT` if that is not...
How can i filter the aggregated activities? Considering aggregated activities has the custom attribute e.g. active (boolean) ``` feed = newsfeed_stream.get_feeds(user.id)['aggregated'] # filtering here ??? ```
Hi, Consider this: **FieldBaseFragment.gql** ``` fragment FieldBaseFragment on Field { id } ``` **FieldDetailFragment.gql** ``` #import "./FieldBaseFragment.gql" fragment FieldDetailFragment on Field { ...FieldBaseFragment name } ``` **mutations.js** ``` import gql...
I have created a Django application [django-joyride](https://github.com/intellisense/django-joyride/) on top of this library where joyrides are configurable through admin panel. As now all the configuration is managed through admin, It is...
For some reasons i needed to get the Tour ID (`ol` tag id) on which the the joyride was initiated in `postRideCallback` function. This function only has `index` and `tip`...
When there are stale content types to be deleted I am getting bellow error. I am not able to proceed with `yes` option. Any help? Thanks! ``` (venv) F:\Freelancer\company\project>fab manage:migrate,notifications...