brotherton-erpnext/erpnext/demo
Aditya Hase 6ccb6562f1 Python 3 compatibility syntax error fixes (#10519)
* Use Python 3 style print function

* Use 'Exception as e' instead of 'Exception, e'

* Unpack tuple arguments explicitly in instead of relying on auto unpacking

* Use consistent indentation

* Use 0 if stock_frozen_upto_days is None
2017-08-28 18:17:36 +05:30
..
data Fix the demo for the schools (#8879) 2017-06-01 18:30:35 +05:30
setup Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
user Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
__init__.py [demo] new cleaner, more-flexible demo 2016-07-04 11:39:25 +05:30
demo.py [enhance] create demo with function bench --site sitename make-demo` (#9212) 2017-06-12 09:18:06 +05:30
domains.py Fixed Demo 2016-08-25 18:31:42 +05:30