Mike Lissner

Results 281 issues of Mike Lissner

This adds django 3.0 to the requirements list. Without it listed like this, dependency management tools will think that this version can be installed on older versions of django. In...

This very small tweak helps clarify a small difference between the `--check` flags available to `makemigrations` and `migrate`: - `makemigrations --check` will make the migrations unless you also add `--dry-run`....

I run a small static site that has imgbot enabled. Love it! Recently, we got a vulnerability report that we aren't stripping metadata from the images we post on the...

question

Issue #2601 seems similar, but I can't figure out how to make `--write-selected` work. I've tried: ```bash ↪ pelican content -s pelicanconf.py -d -D --write-selected output/index.html ↪ pelican content -s...

I use Elegant for my blog and I have about 300 posts. With this many posts, generating my content was getting slow, so I [took a moment to do some...

Hi, I'm looking to install Python 3.8 on an older Ubuntu and I've noticed that a lot of guides are recommending the use of the deadsnakes PPA to do so...

Hi, I just spent some time trying to figure out what the correct way is to override settings when developing a custom storage class. There's an example in the documentation...

I'm evaluating VCR and was ready to use it when I discovered this library. I read the readme, and some of the documentation, but I haven't found any explanation of...

Enhancement
Docs

This should be a pretty straightforward PR to remove deprecated versions of Python and add support for the latest versions. Mostly to do this I just removed compatibility shims and...

A bunch of examples show how to restore from Glacier using the restore command like: s3cmd restore s3://some-bucket/ When these guides omit the `--restore-days` parameter, I assume one is being...