Site Sections: Satchmo Main | Wiki | Demo Store |

This branch has since been merged to trunk, do not use

Newformsadmin conversion

Source Control

Source control branch is:

svn://satchmoproject.com/satchmo/branches/nfa

Notes

I am marking all problems to be fixed with "#TODO: [NFA] Myname - problem"

Package Changes

Moved shop/utils to utils, to avoid the overhead of initializing the shop when you just need the utils. This was a blocker in store startup, causing a circular import

Problems

  • payment_choices and credit_choices functions when used on a model do not make django-nfa happy. We need to figure out how to make these choices "live" in the admin. This will have the side-benefit of allowing the setting changes to work immediately instead of after a store restart.

Progress

  • June 14, 2008
    • [1255] - Branch created
    • [1257] - First syncdb that actually works.