Project

General

Profile

Wiki » History » Version 7

Alex V Koval, 01/07/2013 09:03 AM

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 7 Alex V Koval
h2. DevOps
18
19
 * [[Using ansible]]
20
21 1 Alex V Koval
h2. Other tips & tricks
22
 
23 2 Alex V Koval
* [[fabfile.py default procedures]]
24 4 Alex V Koval
25
h2. Tips and tricks 
26
27 5 Alex V Koval
* [[Django profiling]]
28 6 Alex V Koval
29
* [[using TAGS table in emacs]]