Q. What is the correct way to define a URL namespace in Django?
β
Correct Answer: (D)
app_name = 'your_app'
Explanation: `app_name` is used to set the namespace for URL patterns.