Personal DB
Django note - Custom logic & template
Ayin Kim
2020. 12. 18. 19:16
반응형
Jango does not allow to edit too much on the template (e.g. HTML)
So, instead of the template: go to views.py, to add some custom logic.
Patient...and remember: numeric code means...literally numeric outcome to see it.
docs.djangoproject.com/en/3.1/ref/templates/builtins/
Built-in template tags and filters | Django documentation | Django
Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code Issues About ♥ Donate
docs.djangoproject.com