bioweb  0.09.92
C++/Python(django)/JavaScript(angularJS) framework
Functions | Variables
SConscript File Reference

scons build for server part (Python django) More...

Go to the source code of this file.

Functions

def web.SConscript.build_websrv_version (target, source, env)
 

Variables

string web.SConscript.out_dir = '../build_web/'
 
string web.SConscript.file_ver_name = out_dir+'version/version_gen.py'
 
string web.SConscript.app_src = '../web'
 
tuple web.SConscript.p = os.path.relpath(root, app_src)
 
tuple web.SConscript.filename = os.path.join(root, name)
 
tuple web.SConscript.inst_file = env.Install(out_dir + p, filename)
 
tuple web.SConscript.pyc = env.File( str(filename) + 'c' )
 

Detailed Description

scons build for server part (Python django)

Definition in file SConscript.