Skip to content
Snippets Groups Projects
  1. Jan 06, 2022
    • Andreas Ellewsen's avatar
      Notify sponsors about ending roles · 17cbacd5
      Andreas Ellewsen authored
      The setup has five parts:
      - a new email template type
      - a new django-q task for notifying
      - a management command for scheduling the task periodically
      - a new settings variable NOTIFIER_LIMIT for controlling the number of
        days into the future the notifier script should use for end date of
        roles.
      - a new settings variable NOTIFIER_SCHEDULE_TYPE for controlling how
        often the notifier task should be scheduled when using the management
        command.
      
      Resolves: GREG-162
      17cbacd5
  2. Jan 03, 2022
  3. Dec 01, 2021
    • Andreas Ellewsen's avatar
      Remove unreachable code · 667408fb
      Andreas Ellewsen authored
      The Role model has a not null constraint on the sponsor field, so it is
      impossible for a Role object to not have this attribute.
      667408fb
  4. Nov 09, 2021
  5. Nov 08, 2021
  6. Nov 02, 2021
    • Andreas Ellewsen's avatar
      Introduce Email Templates model · f144c517
      Andreas Ellewsen authored
      Introduced to make editing of templates possible using the admin
      interface. There are currently two types of templates, and there can
      only be one instance of each type so that the system knows which
      template to use in which situation.
      
      Resolves: GREG-73
      f144c517
  7. Oct 08, 2021
  8. Oct 06, 2021
  9. Oct 05, 2021
Loading