Opened 18 years ago

Closed 18 years ago

#1989 closed enhancement (wontfix)

[patch] Add possibility to specify custom action mapping to execute_manager

Reported by: k.shaposhnikov@… Owned by: Adrian Holovaty
Component: Tools Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It would be good to allow to pass custom action_mapping to execute_manager (that is usually called from manage.py).

This will allow to spcecify additional project specific actions (like for loading demo data, see #1978).

Attachments (1)

action_mapping.patch (1.0 KB ) - added by k.shaposhnikov@… 18 years ago.

Download all attachments as: .zip

Change History (2)

by k.shaposhnikov@…, 18 years ago

Attachment: action_mapping.patch added

comment:1 by Adrian Holovaty, 18 years ago

Resolution: wontfix
Status: newclosed

This doesn't buy us much functionality -- I'm marking as a wontfix.

Note: See TracTickets for help on using tickets.
Back to Top