-
Set timezone for your Heroku app (Example)
“heroku config:add TZ=”America/Los_Angeles””
-
python – Convert a String representation of a Dictionary to a dictionary? – Stack Overflow
“Starting in Python 2.6 you can use the built-in ast.literal_eval:
>>> import ast
>>> ast.literal_eval(“{‘muffin’ : ‘lolz’, ‘foo’ : ‘kitty’}”)
{‘muffin’: ‘lolz’, ‘foo’: ‘kitty’}” -
Heroku Postgres | Heroku Dev Center
“heroku pg:pull HEROKU_POSTGRESQL_MAGENTA mylocaldb –app sushi”
-
python – How to setup PostgreSQL Database in Django? – Stack Overflow
“‘ENGINE’: ‘django.db.backends.postgresql’,
‘NAME’: ‘db_name’,
‘USER’: ‘db_user’,
‘PASSWORD’: ‘db_user_password’,
‘HOST’: ”,
‘PORT’: ‘db_port_number’,” -
Backend boto3 and signature v4 · Issue #203 · jschneier/django-storages · GitHub
”
AWS_S3_REGION_NAME = ‘us-east-2’
AWS_S3_SIGNATURE_VERSION = ‘s3v4′” -
Atom Editor Cheat Sheet (Sweetmeat)
“Find Matching Bracket ⌃-m”