Based on https://www.djangobrothers.com/tutorials/blog_app/first_app/
Special thanks to @DjangoBrothers & @aki_yok
$ git clone git@github.com:gkzz/twbot.git
$ source install_django_ubuntu.sh
├── config
│ ├── __init__.py
│ ├── settings.py
│ ├── urls.py
│ └── wsgi.py
├── install_django_ubuntu.sh
└── manage.py
$ python --version
Python 3.6.5
$ django-admin version
2.1.5
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.5 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.5 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
This text may give you some tips as my commands were logged.
plz give me comments!