development:python:django
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
development:python:django [2024/08/29 08:15] – [Django Views] tungnt | development:python:django [2024/08/29 08:32] (current) – [Django Views] tungnt | ||
---|---|---|---|
Line 299: | Line 299: | ||
from . import views | from . import views | ||
+ | |||
+ | app_name = " | ||
urlpatterns = [ | urlpatterns = [ | ||
Line 317: | Line 319: | ||
{% for question in latest_question_list %} | {% for question in latest_question_list %} | ||
< | < | ||
- | < | + | < |
{% endfor %} | {% endfor %} | ||
</ul> | </ul> | ||
Line 333: | Line 335: | ||
</ul> | </ul> | ||
</ | </ | ||
+ | |||
+ | ====== Django Form ====== | ||
+ | |||
+ | https:// | ||
+ |
development/python/django.1724919326.txt.gz · Last modified: 2024/08/29 08:15 by tungnt