No description
Find a file
2014-02-19 16:48:21 +05:30
frappe fixed login and added script_lib in template for one time script loading 2014-02-19 16:48:21 +05:30
test_sites/test_site configure travis 2013-12-23 16:01:20 +05:30
.gitignore minor fixes 2014-02-05 17:06:18 +05:30
.travis.yml update travis.yml, disable compiler optimizations 2014-02-14 15:20:57 +05:30
hooks.md -webnotes +frappe 2014-02-14 17:44:19 +05:30
license.txt profile: form is now my settings page, removed (Page, profile-settings) 2012-11-28 15:19:50 +05:30
MANIFEST.in -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30
README.md update Readme 2014-02-15 15:16:30 +05:30
requirements.txt added lxml dependency 2014-01-31 14:53:58 +05:30
setup.py -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30

frappe

Full-stack web application framework that uses Python/MySql on the server side and a tightly integrated client side library. Primarily built for erpnext.

Projects: erpnext | frappe/erpnext

Setup

To start a new project, in the application root:

Install:

  1. Go to the project folder

  2. Install frappe and your app:

    mkdir bench cd bench git clone https://github.com/frappe/frappe.git git clone https://github.com/frappe/[your_app] sudo pip install -e frappe/ erpnext/ your_app/ mkdir sites echo app >> sites/apps.txt cd sites frappe site.local --install erpnext frappe site.local --install_app your_app

  3. Run development server:

    cd sites frappe site.local --serve

enjoy!

wnf.py

frappe --help for more info

License

frappe is freely available to use under the MIT License