imagefield Questions
2
Solved
posting from an app (iOS android etc..) not a web form.
class someImage(models.Model):
image = models.ImageField(upload_to= settings.SHARE_IMAGE_UPLOAD_PATH)
@csrf_exempt
def saveImage(request):...
Christinachristine asked 11/1, 2012 at 16:20
1
Solved
I have an ImageField in my model and when I'm saving it I want to check that if it's None or not.
In django shell I'm calling my object's ImageField and it gives :
>>> p.avatar
<Image...
Blithering asked 6/3, 2011 at 20:3
4
Solved
I'm having a very particular performance problem at work!
In the system we're using there's a table that holds information about the current workflow process. One of the fields holds a spreadsheet...
Madore asked 12/2, 2010 at 17:4
© 2022 - 2024 — McMap. All rights reserved.