ulyssesv
ulyssesv
As of django 1.8, you can rename the app with AppConfig. Just drop the code below in the app __init__.py. ``` # coding:utf-8 from __future__ import unicode_literals from django.apps import...
I think there's still an inconsistency on https://github.com/wesselt/bunq2ynab/blob/master/lambda_function.py#L18 where `bunq2ynab-autosync` should be `bunq2ynab-lambda` instead to match the AWS Lambda setup. It worked fine after manually making this change in my...
Any update on this? I'm using a fork just because of this issue :(
I added a pull request for this issue.
The root cause of this problem for me was that there were no migrations available for sorl. I'm using python 3.5, django 1.9 and sorl 13.2 with Pillow. I didn't...