ブログ
WordPress・PHP・CSS・JavaScript まわりの実装メモ。詰まったところと解決したコードをそのまま残しています。
276件中 169〜192件を表示
django エラー
ConnectionResetError: [Errno 54] Connection reset by peer このエラーが出た時 class名が大文字になってるか確認
【解決方法】django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (found 3.7.17).
django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (found 3.7.17). SQLite3.8.3より下の
reCAPTCHAで特定のページだけ表示
add_action( ‘wp_enqueue_scripts’, function() { if(is_page(‘contact’)) return; wp_deregister_script( ‘google-re
