Implement max submission count in call for papers
authorMagnus Hagander <magnus@hagander.net>
Sat, 18 May 2024 09:57:45 +0000 (11:57 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 18 May 2024 10:01:29 +0000 (12:01 +0200)
commit78dafbcd8b02e1f9842ad6db168a37804463406f
treeaf7ab2e0ca374e1e883a511164e214e06fad04ba
parentf91b3124c0ff2822c189a81a8c937de9393f6a00
Implement max submission count in call for papers

This makes possible to optionally restrict how many submissions someone
can make to a conference call for papers.

Fixes #70
docs/confreg/configuring.md
postgresqleu/confreg/backendforms.py
postgresqleu/confreg/forms.py
postgresqleu/confreg/migrations/0114_conference_callforpapersmaxsubmissions.py [new file with mode: 0644]
postgresqleu/confreg/models.py