Currently we have hardcoded event_journal name 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
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