pretalx / pretalx-public-voting

Public community voting on talk proposals
Other
4 stars 5 forks source link

After plugin installation this doesn't apper in event settings. #35

Closed LanusseMorais closed 3 months ago

LanusseMorais commented 3 months ago

I have a self-hosted instance and installed this plugin inside Venv using pip. I rebuild the pretalx and restart services, but although plugins appear on admin page this doesn't appear in the events settings to enable. Do you know what I'm doing wrong?

Commands used to install:

(venv) pretalx@pretlax:~$ pip install pretalx_public_voting
(venv) pretalx@pretlax:~$ python -m pretalx makemigrations
(venv) pretalx@pretlax:~$ python -m pretalx migrate
(venv) pretalx@pretlax:~$ python -m pretalx rebuild --npm-install
(venv) pretalx@pretlax:~$ python -m pretalx regenerate_css
root@pretlax:~# systemctl restart  pretalx-web pretalx-worker nginx redis

Admin page image Demo event page image

rixx commented 3 months ago

That's a bug in pretalx v2024.2.0 – oops.

I just released v2024.2.1, which will make plugins show up again. Thanks for opening this bug report!