How Django processes a request when matched regular expression returned no named groups? -


i have read documentation of django, http/url. have found information how django processes request here, says:

if matched regular expression returned no named groups, matches regular expression provided positional arguments.

i can't understand happens when regular expression returns no named groups (like "").


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -