Added django command for generating SQL tables creation script
authorStas Shtin <antisvin@gmail.com>
Sun, 11 Apr 2010 12:39:34 +0000 (16:39 +0400)
committerStas Shtin <antisvin@gmail.com>
Sun, 11 Apr 2010 12:39:34 +0000 (16:39 +0400)
commite1e088747b92940fed21eec18d5669287eabeeb6
treefb7fbcec04aec75f5bd32024f322b5ba616fa12b
parente00382bd6abbf527f700c88eeaccf6d06db8f8b2
Added django command for generating SQL tables creation script
src/ipypbxweb/management/__init__.py [new file with mode: 0644]
src/ipypbxweb/management/commands/__init__.py [new file with mode: 0644]
src/ipypbxweb/management/commands/dumpsql.py [new file with mode: 0644]