Subversion Repositories SmartDukaan

Rev

Rev 283 | Blame | Compare with Previous | Last modification | View Log | RSS feed

'''
Created on 21-May-2010

@author: gaurav
'''
from paste.script.serve import ServeCommand
from datastore.DataCodeAccessor import *
import sys
import os

initialize_table()
path = sys.argv[1]
ds = os.sep
path = path+ds+"development.ini"
print "This is the path %s"%( path )
ServeCommand("serve").run(["/root/code-new/prototype/tg2/src/development.ini"])