sheats

Results 3 issues of sheats

I'm not sure how "universal" universal newlines are, but they are a thing in Python. I recently noticed a bug in react-mentions caused by them. My fix was to replace...

I've implemented `django_db_setup` to do some fancy DB create/destroy logic and have been requesting `django_db_modify_db_settings` to give me a test db name at `settings.DATABASES['default']['TEST']['NAME']. When I upgraded from < 3.6...

I was working through chapter 2 trying to deploy the samples but didn't see a list of all the required ENV variables. When I ran `make deploy` serverless lists them...