2 Commits 1d6bacbb37 ... abd9ce7164

Author SHA1 Message Date
  Étienne Deparis abd9ce7164 Be more chatty about the customizable options in the README 6 years ago
  Étienne Deparis 1d6bacbb37 Be more chatty about the customizable options in the README 6 years ago
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -146,3 +146,11 @@ PROVISIONING_DURATIONS += [
     (datetime.timedelta(days=365*8), '8 ans'),
 ]
 ```
+
+**Warning:** please note that the first element of each
+`RESOURCES_UNITS` tuple will be stored in the database as a string,
+which length must be less or equal to **10**.
+
+You must note too, that the first element of each
+`PROVISIONING_DURATIONS` tuple should be a `datetime.timedelta` object
+or, at least, something having a `days` attribute, storing an integer.