Dave Merwin
Dave Merwin
The spec '<imagekit.specs.DynamicSpec object at 0x10db77110>' has no source file associated with it.
I've never seen this issue before. The issue is coming up whenI try to call a cached file from a template. My model fields: ``` image = models.ImageField(upload_to='fly_image', help_text="Add a...
I have a setup where the default location is your location. autoGeocode: true. When you search for a location in say a different state, the data loads fine but the...
For example: (uses ui-router) ``` Restangular.one('items', $stateParams.itemId).get().then(function(item){ console.log(item.id); $scope.item = item; }); ``` The above returns an array with the object. But the same call to the same resource with...