blag
blag
I did end up simply forking this entire project - Docker files and everything. Here is my Dockerfile repository: https://github.com/blag/dokku-elasticsearch-dockerfiles And here is my dokku plugin repository: https://github.com/blag/dokku-elasticsearch-plugin I have...
I have updated my dokku plugin to have a config directory in ~dokku/$APP/elasticsearch/volumes/config Note that this new code is untested, but it solves part of your problem.
Same problem on Travis.
PBKDF2 and other secure password hashing algorithms hash a configurable number of times to continuously stay ahead of the curve. Hashing once would still allow a well funded attacker to...
Hey @KentShikama: I'm not sure if you're still using this package, but I just reported a security flaw in this package (#5) and you should stop using this package immediately.
Instead of moving the AlternativeName model above Place and making the reference a concrete one, what happens if you simply change the lazy reference to `cities.AlternativeName`? ```diff @python_2_unicode_compatible class Place(models.Model):...
Dang, I was hoping it would be an easy fix. If you make a PR with your changes I'll review it and merge it in. As for making sure this...
Try adding `swappable = swapper.swappable_setting('cities', 'Continent')` to your custom models. See [`cities/models.py` line 101](https://github.com/coderholic/django-cities/blob/master/cities/models.py#L101) for an example.
This may be because django-cities does not yet define an AppConfig. I'll try to fix that later this week and report back.
I don't have a lot of free time anymore (new job), so I won't be able to get to this for awhile. Can somebody whip up a PR adding an...