install watchdog by pip install watchdog
When we enter hostname in browser address bar, after resolving hostname to ip, the browser also sends the hostname in http header to the resolved ip. This will enable using one ip to serve multiple websites.
# NOTE: use `dig githubutilities.github.io` to resolve hostname to ip(`103.245.222.133`)
-
free solution
- FUSE for OSX. Successor to MacFUSE.
- NTFS 3G Open source by Tuxera.
-
paid solution
Form
.django.forms.Form
View
(controller in MVC sense, actually Django is a MTV(Model Template View) Framework.) process theForm
with data withinModel
and feedTemplate
with dictionary or response with aJsonResponse
.Model
.django.db.models.Model
Template
. Supplied with dictionary byView
.