Initial start on annotations.

This commit is contained in:
Julia Eskew
2019-02-04 10:45:57 -05:00
committed by bmedx
parent e5621c91fc
commit 368f221f0a
77 changed files with 1085 additions and 79 deletions

View File

@@ -10,6 +10,8 @@ class ProgramsApiConfig(ConfigurationModel):
This model no longer fronts an API, but now sets a few config-related values for the idea of programs in general.
A rename to ProgramsConfig would be more accurate, but costly in terms of developer time.
.. no_pii:
"""
class Meta(object):
app_label = "programs"