Login
Remember
Register
Ask a Question
List the ways we add view functions to urls.py in Django?
+1
vote
asked
May 23, 2020
in
Python
by
sharadyadav1986
List the ways we add view functions to urls.py?
#urls
py-django
#django-urls
py
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 23, 2020
by
Robindeniel
Adding a function view
Adding a class-based view
...