Project

General

Profile

Wiki » History » Version 11

Alex V Koval, 04/30/2014 08:00 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 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]]
30 8 Alex V Koval
31 11 Alex V Koval
* [[Testing EMail sending in Django]]
32
33 10 Alex V Koval
h2. Development procedures
34
35
* [[Django project management commands]]
36
37 8 Alex V Koval
h2. Work related
38
39 9 Alex V Koval
* [[Setting up desktop (AVK)]]