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:13] – [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 316: | Line 318: | ||
<ul> | <ul> | ||
{% for question in latest_question_list %} | {% for question in latest_question_list %} | ||
- | < | + | |
+ | < | ||
{% endfor %} | {% endfor %} | ||
</ul> | </ul> | ||
Line 332: | Line 335: | ||
</ul> | </ul> | ||
</ | </ | ||
+ | |||
+ | ====== Django Form ====== | ||
+ | |||
+ | https:// | ||
+ |
development/python/django.1724919182.txt.gz · Last modified: 2024/08/29 08:13 by tungnt