Statistics
| Branch: | Tag: | Revision:

root / logic / models.py @ dd53338a

History | View | Annotate | Download (1 Byte)

# Date Author Comment
92c53da1 03/22/2011 06:23 pm Vassilios Karakoidas

Refactored charge (from VM model) and fixed unit tests

  • remove backend_id (now it is inline in the model code)
  • charge now resides in credits.py (logic)
  • logic is now a proper django app
  • remove unused backend_id from handlers.py
  • moved unit tests from db -> logic module