Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
manhattan
manhattan
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • InnovacionDocente
  • manhattanmanhattan
  • Repository

Switch branch/tag
  • manhattan
  • accounts
  • apps.py
Find file
BlameHistoryPermalink
  • Enrique Matías Sánchez (Quique)'s avatar
    style Seguir las directrices de estilo de código de Django · 4b1e4c2b
    Enrique Matías Sánchez (Quique) authored Feb 28, 2020
    * Use single quotes for strings, or a double quote if the string contains a single quote.
    * An exception to PEP 8 is our rules on line lengths. Don’t limit lines of code to
      79 characters if it means the code looks significantly uglier or is harder to read.
      We allow up to 119 characters as this is the width of GitHub code review;
      anything longer requires horizontal scrolling which makes review more difficult.
    
    Ver <https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/>
    4b1e4c2b
apps.py 91 Bytes
EditWeb IDE

Replace apps.py

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.