Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
172 ashish 1
'''
2
Created on 21-May-2010
3
 
4
@author: gaurav
5
'''
6
from paste.script.serve import ServeCommand
241 ashish 7
from datastore.DataCodeAccessor import *
283 ashish 8
import sys
9
import os
172 ashish 10
 
241 ashish 11
initialize_table()
283 ashish 12
path = sys.argv[1]
13
ds = os.sep
1336 rajveer 14
path = path+ds+"development.ini"
15
print "This is the path %s"%( path )
16
ServeCommand("serve").run(["/root/code-new/prototype/tg2/src/development.ini"])