diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2021-11-17 12:06:31 +0100 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2021-11-17 12:06:48 +0100 |
commit | dd4d3315c156d79c1141e3b44dae440364a693fb (patch) | |
tree | 41b66017e0239b18b07fd56524bb5cfdb32876eb /requirements.txt | |
parent | fix primary group not showing, rename of field (diff) | |
download | scout-subs-dd4d3315c156d79c1141e3b44dae440364a693fb.tar.gz scout-subs-dd4d3315c156d79c1141e3b44dae440364a693fb.zip |
add account data validation
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 90dceca..7682c40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ pdfkit dateparser pytz pdf2image +django-debug-toolbar |