Project

General

Profile

Wiki » History » Revision 3

Revision 2 (Alex V Koval, 08/09/2012 08:16 AM) → Revision 3/11 (Alex V Koval, 08/09/2012 08:20 AM)

h1. UA2WEB public API modules 

 * [[DjHDGutils]] 
 
  * db_dump - Dump current django database, restore from latest sql dump 
  * dbup - simple, but reliable Django migrations. Recommended for production use. (outdated, use DjHDGutils.PatchManager instead) 
  * mongo - dump & restore mongo db. 
  * sync_redmine_wiki - maintain per-project documentation in Redmine Wiki (db_dump, dbup, mongo, sync_redmine_wiki) 
 * [[DjHDGutils.PatchManager]] 

  * patch - new generation of simple & reliable Django migrations system. [[DjHDGutils.PatchManager (patch)]] 
 * [[hdg]] 

  * softadmin - build custom /admin table data interfaces easily 
  * MD5Storage - replacement for Django ImageFile to use MD5 file storage 

 (softadmin, MD5Storage) 


 h2. Other tips & tricks 
 
 * [[fabfile.py default procedures]]