Workout With Friends
Stay fit with a little motivation
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Properties
wowf
scripts
initializedb.py
Go to the documentation of this file.
1
from
wowf.models
import
initialize_db
2
from
wowf.scripts
import
BaseCommand, make_main
3
4
5
class
InitializeDBCommand
(
BaseCommand
):
6
7
def
run
(self):
8
initialize_db
(self.env.registry.settings)
9
10
11
main =
make_main
(InitializeDBCommand)
12
Generated on Sat Dec 15 2012 14:59:09 for Workout With Friends by
1.8.1.2