Skip to content

Supplemental Django Topics

Oscar Chan edited this page Dec 21, 2022 · 1 revision
  • All HTML documents require the DocType on top
  • Because of the “extends” of the “base.html”, we don’t need this for all HTML documents that “extends” from the “base.html” (as long as it works as an HTML document itself)
  • Usually this is a design choice where consultation with other CompServ members and domain knowledge is needed to know which one is best
  • Read the Checkmarked answer
  • Making forms using <p>

Django Permission + Login Decorators:

  • Only the following sections:
    • Authentication Views
      • Using the views
      • All authentication views
        • class LoginView
        • class LogoutView
        • other sections optional

Advanced Topics

Topics that are good to know

Allowing HTML code from text

Pull Origin changes to your forked repo

Clone this wiki locally