17 lines
744 B
Python
17 lines
744 B
Python
|
|
source_link = "https://github.com/frappe/frappe"
|
|
docs_base_url = "https://frappe.github.io/frappe"
|
|
headline = "Full stack web framework to build complex apps"
|
|
sub_heading = "Build extensions to ERPNext or make your own database driven app"
|
|
hide_install = True
|
|
long_description = """The Frappe Framework is a server side and client side
|
|
framework and is built with the philosophy make it "battries included".
|
|
It has libraries and API for authentication, MVC, permissions, REST API,
|
|
templating, admin interface, forms, reports and much more.
|
|
|
|
Frappe Framework was designed to build [ERPNext](https://erpnext.com), open source
|
|
ERP for managing small and medium sized businesses.
|
|
"""
|
|
|
|
def get_context(context):
|
|
context.title = "Frappe Framework"
|