Browse Source

Add readme

main
sipp11 2 years ago
parent
commit
da3051ca08
  1. 24
      README.md

24
README.md

@ -0,0 +1,24 @@
# django 101
การตดต
1. ลง `virtualenv` ใหเรยบรอย เรยนรการใชงาน (อาจจะไมใชงจำเปนแตสำคญ ถาจะใช python จรงๆจงๆ)
1.1 เรยนรการใช `pip` และ python ทใชควรจะ version 3.8 ขนไป
2. ลง library ทองใช
pip install -r requirements.txt
3. ตงแตนตอนนอ เปนเรองของ django เรมสราง table สำหรบ database เราดวยคำส
python manage.py migrate
4. เรม run ตว django
python manage.py runserver
5. ไปท browser ลองใชงาน
6. วสราง user งายๆ ผาน command line ค
python manage.py createsuperuser
7. ลองเลนได
Loading…
Cancel
Save