You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
At line 401 of the blagenda/forms.py file you get the event type "event" for a new event:
The problem is that this event type does not exist yet.
So one thing you could do is to add a initial_data.json file in the blagenda/fixtures/ directory with
some initial event type like that:
This will create the missing event type when developers would do the syncdb command.
The text was updated successfully, but these errors were encountered: