Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Files

Latest commit

548373c · Jun 18, 2020

History

History

manager

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 18, 2020
Apr 24, 2020
Nov 18, 2019
Nov 22, 2019
Apr 24, 2020
Jun 13, 2020
Jun 13, 2020
Apr 6, 2020
Apr 24, 2020
Jan 15, 2020
Dec 8, 2019
Nov 18, 2019
Nov 18, 2019
Nov 18, 2019

Management node

This subdirectory contains the code for Director 4.0's management node. It is a Django application that uses Channels and Celery.

Developement

This section lists some things to watch out for when developing.

Because it makes things easier, "MAY, "MUST," "SHOULD," etc. are interpreted as defined in RFC 2219.

  • In production, static files under static/vendor MAY have a significantly longer expiration time set. This reduces load on the server for static files that do not change frequently.
    • You can use scripts/update-vendor.py to download the latest vendored dependencies.
  • Travis is set up on this repository, and the build enforces very strict formatting and code styling. Run scripts/format.sh and scripts/check.sh locally before you push.