- we should add dates to the outputs, to make it more useful in logfiles
- we should add dates to the outputs, to make it more useful in logfiles
known problems in production:
- maybe change logo in browser dark mode to https://upload.wikimedia.org/wikipedia/commons/2/2a/Wmde_logo_vert_weiss.png
- works only with django == 3.1.x
- reboot of container should be far more automated
- puppet should provide the git source, and secrets.json and settings.py link
- warning from django 3.2:
input.BusinessCard: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the InputConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
('realname',models.CharField(help_text='Bitte gib deinen Vornamen und deinen Nachnamen ein.',max_length=200,null=True,verbose_name='Realname')),
('email',models.EmailField(help_text='Bitte gib deine E-Mail-Adresse ein, damit dich<br>Wikimedia Deutschland bei Rückfragen oder für<br>die Zusage kontaktieren kann.',max_length=200,null=True,verbose_name='E-Mail-Adresse')),
('survey_mail_date',models.DateField(blank=True,null=True,verbose_name='Umfragemail wurde verschickt am')),
('username',models.CharField(help_text='Bitte gib den Namen ein, mit dem du dich<br>in den Wikimedia-Projekten registriert hast.',max_length=200,null=True,verbose_name='Benutzer_innenname')),