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 was archived by the owner on Jul 27, 2019. It is now read-only.
Currently we have hardcoded
event_journalname for the table (https://github.com/ApplauseOSS/djangoevents/blob/devel/djangoevents/models.py#L19). As not default value might be surprising for library users. Let's use default name (djangoevents_event) but allow to configure this.Tasks
djangoevents.configmodule which should readDJANGOEVENTS_CONFIGvariable fromsettings.pydjangoevents_eventfor table nameMetaevent_journal