Skip to content
Rich Brown edited this page Apr 30, 2015 · 3 revisions

For the portions of the app in python/django, follow the Django Coding Guidelines.
These are basically PEP 8 (the standard Python coding conventions), with a few minor alterations (line length, etc.). Run Flake8 to ensure that your code follows the PEP 8 standard.

For the portions of SEED written in Javascript, please try to follow Douglas Crockford's guide.

Note: do not use tabs for indentation in non-Python files; the unit of indentation should be 4 spaces.