[docs] now common website for all documentation - erpnext.org

This commit is contained in:
Rushabh Mehta
2013-05-20 17:44:08 +05:30
parent 9acf570278
commit dfbd99888b
4 changed files with 41 additions and 5 deletions

15
docs/docs.dev.md Normal file
View File

@@ -0,0 +1,15 @@
---
{
"_label": "Developer API",
"_toc": [
"docs.dev.quickstart",
"docs.dev.framework",
"docs.dev.modules"
]
}
---
### Is this for me?
To starting hacking into ERPNext, you must have some understanding of how a dynamic web application works. There are hundreds of architectures and frameworks to make web development easier, but at the core there are a few elements that are important to understand.
ERPNext is built on `wnframework` which is primarily developed for ERPNext but can be extended to make similar database driven applications. wnframework uses Python on the server-side and has a javascript based client for entering data, managing workflow and making reports.