[docs] updated toc and added projects docs

This commit is contained in:
Priya
2013-09-06 17:01:55 +05:30
parent 881a47f5c7
commit cd0553573c
27 changed files with 281 additions and 90 deletions

View File

@@ -15,6 +15,6 @@
---
### 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.
To start 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.