ytyng.com

Latest Articles

Page 11
Django
2018-03-29 06:37 (7 years ago)

How to Address the Error "NameError: name 'module1' is not defined" in Django

2018-03-07 13:13 (8 years ago)

<Error><Message>Please provide valid credentials. Bearer realm="yahooapis.jp", error="insufficient_scope", error_description="insufficient scope"</Message></Error> I encountered the above error when using Yahoo's Store API.

Ansible
2018-02-27 01:27 (8 years ago)

Here's my attempt...

MySQL
2018-02-26 13:14 (8 years ago)

While managing the root user with the mysql_user module in Ansible, I found that I was no longer able to grant privileges to other users.

2018-02-26 06:59 (8 years ago)

$ diskutil list Insert the USB memory stick

Windows
2018-02-26 04:19 (8 years ago)

When trying to install scoop

Python
2018-02-08 03:10 (8 years ago)

Building from source is easy

Django
2018-02-05 08:02 (8 years ago)

When using Django, setting `Meta: managed = False` in a model can sometimes lead to a `ProgrammingError` during unit tests from other apps when attempting operations such as `create()`. This is a memo on how to address this issue.

2018-01-31 09:27 (8 years ago)

Using twine.

mac
2018-01-18 10:40 (8 years ago)

The cause is unknown, but sometimes when I connect a display to my Mac using an HDMI cable, it freezes.

Django
2018-01-11 05:48 (8 years ago)

When I tried to migrate a project using Python 2.7 + Django 1.6 to Python 3.5 + Django 2.0 and recreated the migration files, running ./manage.py migrate resulted in the following error:

Linux
2018-01-10 06:40 (8 years ago)

Depending on the use case, this serves as a personal memo. Ubuntu.

2017-12-21 09:39 (8 years ago)

$client = new Zend_Http_Client($url);$response = $client->request('GET'); I was doing it like this, but due to an issue with the OS, I couldn't connect using TLS 1.2.

2017-12-19 13:10 (8 years ago)

Until Django 1.9, it seems that the urls attribute was written in SimpleTestCase, but when reading the code:

2017-10-19 08:45 (8 years ago)

If you have an old version of pip, running pip install -U pip can break pip.

AWS
2017-09-26 02:28 (8 years ago)

AWS EBS page → Right-click on EBS → Modify Volume

HTMLJavascript
2017-09-25 09:42 (8 years ago)

I wanted to use the save shortcut key (Ctrl + S / Command + S) while using ACE in Django-ACE.

DjangoLinux
2017-09-11 08:35 (8 years ago)

Ubuntu 14.04

DjangoPython
2017-09-01 02:10 (8 years ago)

I'm writing this down because I always get flustered.

nginx
2017-08-14 00:55 (8 years ago)

Here's something often used in Django.