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 Add readme 2 years ago
Djangoproject Initial commit 2 years ago
Mywebsite Initial commit 2 years ago
.gitignore Initial commit 2 years ago
README.md Add readme 2 years ago
manage.py Initial commit 2 years ago
requirements.txt Initial commit 2 years ago

README.md

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