Timothy Allen

Results 84 comments of Timothy Allen

@shadiakiki1986 In the past, @michiya has typically released a working version a few weeks after a major Django release. I'm hoping we see the same pattern here. He deserves a...

Silly question, but are you using `MySQLdb` or `mysqlclient`? If you're using a venv against the system Python on a Mac, you're using Python 2, instead of Python 3.6. `mysqlclient`...

Howdy @MetricMike - I like your solution a lot more than what I was doing. I only did this as a proof on concept for another user, and relied on...

@youcandanch I'm going to give it another whirl next week. I had it working locally, and wanted to test it as part of Lambda packages, but now it doesn't appear...

I finally got some time to look at this. It turns out we need to build a full `build_static` version of SQLite3 with Python, rather than linking to the system...

@Miserlou @mcrowson @jneves This is now ready to be merged. I've got it running in dev and production on my site at https://pyphilly.org/ with the latest Django and Wagtail versions....

If anyone is waiting for this, in the meantime, feel free to use this: https://github.com/FlipperPA/django-s3-sqlite

@vaivars It is unlikely this will every be merged in. You can use https://github.com/FlipperPA/django-s3-sqlite which is now more advanced, with quite a few more checks to help avoid (but not...

Sorry I can't take over, @woefulwabbit - I'm in the process of moving houses. I'll contribute to @Divergentcurl's fork.

I've added a few PR fixes to @Divergentcurl's fork to the `cumulative-fixes` branch.