What method is used instead of path() in urls.py to pass in regular expressions as routes?
|
url( ) )
include( )
static( )
re_path( )
|
Django is based on which framework?
|
MVC (Model-View-Controller)
MVVM (Model-View-View-Model)
MVT (Model-View-Template)
MVP (Model-View-Presenter)
|
Which of the following is an invalid template tag?
|
{% while %}
{% ifequal %}
{% If %}/ {% else %}
{% for key in dictionary %}
|