first cut for lazy loading framework

This commit is contained in:
Rushabh Mehta 2011-09-05 18:43:09 +05:30
parent 09938bda69
commit 66ac2b018a
1512 changed files with 832 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
.DS_Store
server_tools
patch.log
lib

1
config/_timestamps.js Normal file

File diff suppressed because one or more lines are too long

7
config/conf.py Normal file
View File

@ -0,0 +1,7 @@
index_path = '/'
include_paths = [
'erpnext',
'lib/py',
'lib/py/legacy'
]

Some files were not shown because too many files have changed in this diff Show More