Sandeep Balagopal

Results 12 issues of Sandeep Balagopal

According to the documentation here https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/discovery/ when there is a non amp page also then the canonical url must point there. Now the canonical url is pointing to the amp...

Is it possible to allow different START_URL ? Say I have many blogs and I want to publish a particular blog as a PWA app. So I visit the blog...

I am looking for a solution to check the permission in ModelViewSet so that each of Create, Read, Update and Delete permissions are checked separately. That is, say if somebody...

Is there support for front end integration ? It seems it doesn't have.

Getting $ is not a function in django 2

``` class UserSerializer(UniqueFieldsMixin, serializers.ModelSerializer): class Meta: model = User fields = ("username", "email", "first_name", "last_name") class OrganizationSerializer(WritableNestedModelSerializer): user = UserSerializer(source="owner.organization_user.user") class Meta: model = Organization fields = ("name", "user") ```...

> UNIQUE constraint failed: plans_plan.default this is the error getting while trying to load the fixture https://github.com/django-getpaid/django-plans/blob/master/demo/example/foo/fixtures/initial_data.json Also the documentation is not up to date, it referes to syncdb command...

* django-lock-tokens version: 0.2.5 * Django version:2.2.4 * Python version:3.5.2 * Operating System:Ubuntu 16.04 ### Description My client asked for adding a functionality to the custom dashboard to lock the...

I have THUMBNAIL_DEBUG set to False. But still getting OSError when rendering page. Using the templatetag is fine. Error is silenced.

The get_hash() function is not proper. It is supposed to apply sha512 to the entire string, but instead it is now applying it to the 'PAYU_MERCHANT_KEY ' only. https://github.com/MicroPyramid/django-payu/blob/master/payu/gateway.py#L21