摘要: This article has a detailed introduction to basic concepts of a table, which is very helpful for me to learn Django. Overview A table is a database ob 阅读全文
posted @ 2016-04-24 09:33 bajunma123 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 1. pyvenv /path/to/new/virtual/environment 2. pip install virtualenv virtualenv /path/to/new/virtual/environment 3. python3 -m venv /path/to/new/virtu 阅读全文
posted @ 2016-04-21 21:58 bajunma123 阅读(185) 评论(0) 推荐(0) 编辑
摘要: Today I try to install Django in a Python virtual environment by using the command-"sudo apt-get install python3-venv", but there raised a error repor 阅读全文
posted @ 2016-04-21 20:45 bajunma123 阅读(1418) 评论(0) 推荐(0) 编辑
摘要: when i try to give the environment variable "DJANGO_SETTINGS_MODULE" a path, for example, DJANGO_SETTINGS_MODULE=mysite_settings, DJANGO_SETTINGS_MODU 阅读全文
posted @ 2016-03-10 23:06 bajunma123 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1. using pip (for ubuntu: using "sudo apt-get install python3-pip" to install pip for python3): pip install mudulename 2. using sudo command in Linux 阅读全文
posted @ 2016-03-06 16:33 bajunma123 阅读(245) 评论(0) 推荐(0) 编辑