You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
American English is the only allowed language within this codebase, except in documentation and translation files, where Swedish may be used. Spelling examples:
organization
behavior
color
humanize
Code layout
PEP-8 and the Django coding standards should be followed to greatest extent possible. Row length is limited to 79 characters, mainly to allow double coding panes on normal displays.
.editorconfig
The project includes a .editorconfig file. Make sure your editor obeys it.