Web Frameworks and Django

1234567
Across
  1. 3. command used to print the SQL query of the model
  2. 4. superclass of Django form
  3. 5. Django setting specifing the list of authentication back-ends to use
  4. 6. value of DEBUG when website is online/ or deployed?
  5. 7. method used instead of path()in urls.py to pass in regular expressions as routes
Down
  1. 1. method used to check password string given by user, in Django
  2. 2. exception thrown by Django when the template tag is not closed