< ^ txt
Thu Jul 23 06:27:19 EDT 2015
Slept well. Woke up about half an hour before my alarm went off.
Supposed to be yet another +80 degree day. I'm glad it hasn't been +90 degree days. At least I'll have a new car next summer, one with working A/C. Temperature-wise, it would be great if I could start getting up early enough to take my walk in the morning, but I do like noon walks to break up sitting all day.
Goals:
- Learn more about Django
Yes, a bit.
http://paulgorman.org/technical/python-django.php
- Check if that HR phone number got ported
Tried but Lori was out of the office all day.
- Update rents
Done.
Wrote a short poem during my walk at lunch:
Shadows race --- from grass
to roof to grass to --- look up!
Turkey vultures swirl.
and another:
Cheer-i-ly: robin.
Conk-la-reeeeee: red-winged blackbird.
Ha-choooo --- not a bird!
Questions:
- How do I force Wordpress logins to use ssl?
https://codex.wordpress.org/Administration_Over_SSL#To_Force_SSL_Logins_and_SSL_Admin_Access
Add this to wp-config.php:
define('FORCE_SSL_ADMIN', true);
Except that doesn't actually seem to do anything.
https://wordpress.org/support/topic/force_ssl_admin
The "define('FORCE_SSL_ADMIN', true);" need to be at the top of wp-config.php. It does nothing at the bottom. Hmph.
< ^ txt