1.Creating models
ให้แก้ไขที่ account/models.py ดังนี้
โดย class Account คือตัวกำหนดว่าในโปรแกรมจะมีอะไรบ้าง ซึ่งนั้นคือ account_text เป็นตัวบันทึกรายการที่เป็นลายลักษณ์อักษร ส่วน account_money เป็นตัวบันทึกรายการที่เป็นจำนวน และ pub_date ใช้เก็บวันที่ละเวลาที่ทำการบันทึก
2.Activating models
ไปที่ teach/settings.py แล้วแก้ไขดังนี้
INSTALLED_APPS = [ 'account.apps.AccountConfig', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', ]
จากนั้นเราต้องทำให้รู้ว่า มันมีส่วนประกอบอะไรบ้าง โดยพิม python manage.py makemigrations account เข้าไปใน terminal ผลจะได้ดังภาพข้างล่าง
ไม่มีความคิดเห็น:
แสดงความคิดเห็น