Subversion Repositories SmartDukaan

Rev

Rev 241 | Go to most recent revision | 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" 
ServeCommand("serve").run([path])