staskh

Results 4 issues of staskh

Getting **'ForeignKey' object has no attribute 'rel'** on administration view. Model file attached [models.py.txt](https://github.com/krisfields/django-baker/files/3519812/models.py.txt)

HI, I'm getting TemplateDoesNotExist error (running locale on MacOs). Template loader postmortem report that it looked into django.template.loaders.app_directories.Loader: /anaconda3/lib/python3.6/site-packages/django_baker/templates/base.html while pip install put templates into /anaconda3/lib/python3.6/site-packages/django_baker/templates/django_baker/

While running v1.7.1 on MacOS host with AWS credentials set via env variables, no credentials are transferred to the task runtime environment, despite a proper configuration How to replicate: Configuration:...

to replicate: ``` from bidi.algorithm import get_display string= "01\xad2345" bidi_string = get_display(string) assert string.find("\xad") != -1 assert bidi_string.find("\xad") == -1 ```