move management commands into db module
commite32e44c5083fba6a871f021d8202ba93c19d3e05
authorStefan Kögl <stefan@skoegl.net>
Sat, 22 Sep 2012 10:01:43 +0000 (22 12:01 +0200)
committerStefan Kögl <stefan@skoegl.net>
Sat, 22 Sep 2012 10:01:43 +0000 (22 12:01 +0200)
treedc64250ae44a5fc7dcfb2873fd55ccb009191dc5
parent586ddb600fff06aeb85a06e6f2aeee61b79aaf15
move management commands into db module
mygpo/db/management/__init__.py [new file with mode: 0644]
mygpo/db/management/commands/__init__.py [new file with mode: 0644]
mygpo/db/management/commands/count-view-usage.py [moved from mygpo/maintenance/management/commands/count-view-usage.py with 100% similarity]
mygpo/db/management/commands/dump-sample.py [moved from mygpo/maintenance/management/commands/dump-sample.py with 100% similarity]
mygpo/db/management/commands/sync-design-docs.py [moved from mygpo/maintenance/management/commands/sync-design-docs.py with 100% similarity]
mygpo/db/models.py [new file with mode: 0644]
mygpo/settings.py