I am trying to use `django-mptt-comments` app on my django project
however I'm running into problems when I try posting a comment.
I get the error : `AttributeError: 'NoneType' object has no attribute
'level'`
Here is the traceback: https://gist.github.com/1481179
You will notice in the tracebac
I am trying to use django to upload images but its not working as
expected. Here is what I'm working with
#handle_uploaded_image.py
def handle_uploaded_image(photo, caption, source, more_info):
photo_dir = '%s/uploaded_photos/Not_Published/%Y/%m/%d' %
settings.MEDIA_ROOT
photo
2 matches
Mail list logo