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.
 
 
 
 

1.1 KiB

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. ลองเลนได