patchwork
patchwork copied to clipboard
Event matching query does not exist
Sorry to bother, is there anything I should have initialized and forgot? Is this a fatal error?
Traceback (most recent call last):
File "./../../patchwork/bin/parsemail.py", line 890, in
Hi,
The installation instructions are very out of date :/
You need to load a bit of data in the DB to get going:
$ ./manage.py loaddata default_states
$ ./manage.py loaddata default_tags
$ ./manage.py loaddata default_events
There's also a whole section missing about redis/celery. That's how I do background tasks to send emails to reviewers.
Let's keep that bug open as a reminder I need to rewrite the full installation document.