- django hello world | เริ่มต้นสร้าง Project django
- django-crud-mysql
- django-crud-mysql-pagination
- django-login-session
- django-crud-mssqlserver
- django upload images with pillow
- django upload File
- django Export CSV and PDF by reportlab
Django with tempalte html Ref. https://docs.djangoproject.com/en/4.2/ref/templates/
- การประกาศตัวแปร variables Ref. https://docs.djangoproject.com/en/4.2/ref/templates/language/#variables
- การใช้ Tag of Django Ref. https://docs.djangoproject.com/en/4.2/ref/templates/language/#tags
- การใช้ condition ในหน้า html Ref.
- การใช้งาน contrib ต่างๆ (https://docs.djangoproject.com/en/dev/ref/contrib/)
- การสร้าง polls เช่น table product โดยใช้ Creating the product app ผ่าน cmd "python manage.py startapp product" Ref. python manage.py startapp product
- การกำหนดแสดงตัวเลข เช่น ราคาสินค้าที่มี comma Ref. django.contrib.humaniz
- Read. https://docs.djangoproject.com/en/4.2/ref/databases/#mariadb-notes
- setting Connecting to the database Ref. https://docs.djangoproject.com/en/4.2/ref/databases/#mariadb-notes
- edit timezone Ref. https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-OPTIONS
- Read https://django-mssql.readthedocs.io/en/latest/
- install and config for setting.py Ref. https://django-mssql.readthedocs.io/en/latest/quickstart.html#installation