本單元GitHub程式
Step1)建立應用程式accounts
#python manage.py startapp accounts
Step2)編輯accounts\models.py,新增email、address、postal與money(儲值金)
Step2)編輯accounts\admin.py
#python manage.py makemigrations
#python manage.py migrate
結果如下圖,取其中一部分。
Step3)編輯store\settings.py