Project

General

Profile

Wiki » History » Version 4

Alex V Koval, 10/16/2012 08:46 PM

1 1 Alex V Koval
h1. UA2WEB public API modules
2
3 3 Alex V Koval
* [[DjHDGutils]]
4
 
5
 * db_dump - Dump current django database, restore from latest sql dump
6
 * dbup - simple, but reliable Django migrations. Recommended for production use. (outdated, use DjHDGutils.PatchManager instead)
7
 * mongo - dump & restore mongo db.
8
 * sync_redmine_wiki - maintain per-project documentation in Redmine Wiki
9
* [[DjHDGutils.PatchManager]]
10 1 Alex V Koval
11 3 Alex V Koval
 * patch - new generation of simple & reliable Django migrations system.
12
* [[hdg]]
13
14
 * softadmin - build custom /admin table data interfaces easily
15
 * MD5Storage - replacement for Django ImageFile to use MD5 file storage
16 1 Alex V Koval
17
h2. Other tips & tricks
18
 
19 2 Alex V Koval
* [[fabfile.py default procedures]]
20 4 Alex V Koval
21
h2. Tips and tricks 
22
23
* Django profiling