You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sipp11
da3051ca08
|
2 years ago | |
---|---|---|
Djangoproject | 2 years ago | |
Mywebsite | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
manage.py | 2 years ago | |
requirements.txt | 2 years ago |
README.md
django 101
วิธีการติดตั้ง
-
ลง
virtualenv
ให้เรียบร้อย เรียนรู้การใช้งาน (อาจจะไม่ใช่สิ่งจำเป็นแต่สำคัญ ถ้าจะใช้ python จริงๆจังๆ) 1.1 เรียนรู้การใช้pip
และ python ที่ใช้ควรจะ version 3.8 ขึ้นไป -
ลง library ที่ต้องใช้
pip install -r requirements.txt
-
ตั้งแต่ขั้นตอนนี้ คือ เป็นเรื่องของ django เริ่มสร้าง table สำหรับ database เราด้วยคำสั่ง
python manage.py migrate
-
เริ่ม run ตัว django
python manage.py runserver
-
ไปที่ browser ลองใช้งาน
-
วิธีสร้าง user ง่ายๆ ผ่าน command line คือ
python manage.py createsuperuser
-
ลองเล่นได้