Add some methods/attrs to import handlers, for exposing in web app
not complete but a good start
This commit is contained in:
parent
fb75927662
commit
2648f25c14
6 changed files with 51 additions and 5 deletions
3
setup.py
3
setup.py
|
@ -239,6 +239,9 @@ rattail.trainwreck = rattail.trainwreck.config:TrainwreckConfig
|
|||
new-report = rattail.features.newreport:NewReportFeature
|
||||
new-table = rattail.features.newtable:NewTableFeature
|
||||
|
||||
[rattail.importing]
|
||||
to_rattail.from_versions = rattail.importing.versions:FromRattailToRattailVersions
|
||||
|
||||
[rattail.reports]
|
||||
customer_mailing = rattail.reporting.customer_mailing:CustomerMailing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue