Wednesday, September 25, 2019

django commands


create new django project
$ django-admin startproject mynewproject

run the server
$ python manage.py runserver

create app
$ python manage.py startapp myapptwo

Tuesday, June 18, 2019

Odoo 9 screen is blank

Issue: 



Solution:

I have found discussion on https://github.com/odoo/odoo/issues/19627 , seems that this issue was known. I tried the workaround to delete the assets information belong in /web/content

DELETE FROM ir_attachment WHERE url LIKE '/web/content/%';

but the first try wasn't successful, so i tried restart the service and refresh my browser.

Still not okay the second, third ... etc. I can't remember how many times i tried but at last it worked.



It's weird but I'm happy as for now. Eureka!

Tuesday, May 14, 2019

Failed to start Docker Application Container Engine





https://github.com/moby/moby/issues/16137



Solution:

It seems the problem is in the cyclane protection
need to ask the IT infra team to whitelist the docker container.shim and runc as part of docker installation.


free online comma separating tool

https://delim.co/#