Title
Moya Project
Go Home
Category
Description
Address
Phone Number
+1 609-831-2326 (US) | Message me
Site Icon
Moya Project
Tags
Page Views
0
Share
Update Time
2022-05-02 09:16:32

"I love Moya Project"

www.moyaproject.com VS www.gqak.com

2022-05-02 09:16:32

Create Account Log in Help Toggle navigation Blog Documentation FAQ Packages Links Downloads Moya is an open source web development platform built with Python Install with pip install moya now or download from GitHub Download Now Moya comes with a number of built in libraries for common web application features. Libraries in Moya are self-contained; including database models, views, templates, translations, and media. While allowing customization on several levels. Although Moya has a fairly pragmatic approach to development and tends to prefer the shortest path to seeing results, it doesn't sacrifice good practices. Logic and presentation (i.e. code and design) are kept strictly apart—so projects stay manageable even when they have grown beyond the original specification. User's and Groups Sign Up Back-end admin site Threaded Comments Feedback Form JSONRPC Blog FAQ Captcha Thumbnails Pagination Rich Text Editor Quick Start The start command can create a customized project for you in seconds. Boilerplate code and directories are generated automatically, to create fully working web application based on your answers to the wizard. Creating a new library is just as straight-forward. Automatic Admin Site Moya's Admin application can create a fully featured and highly customizable back-end for your web application. Built In Debugger Moya's built in debugger will help you quickly diagnose and fix any errors in your code. Easy Templates Moya's template language is simple and elegant, with a consistent syntax. Mix HTML tags with a special syntax to generate data driven web pages. Find and fix bugs easily, with sophisticated error reporting, syntax highlighted code, and plain English error messages. {%fortopicinpagination.objects%}${topic.title}{%renderhtml:topic.description%}{%endfor%} Simple Database Models Design your database with a super-simple model definition. Moya can map sophisticated database tables on to simple-to-use objects. Powerful Query Language Query simple columns, foreign-keys, many-to-many relationships with simple readable database expressions. No SQL required *. * Moya won't get in your way if you really want to use SQL. Define Page Content In addition to templates, Moya supports Content—a high level description of a page. Add a widget to a page and Moya will pull in any required CSS / Javascript or external files to make it work. DeletePostPost'${deleted}'hasbeendeletedReturntoPosts Extendable with Python Extend all aspects of Moya with the Python programming language. """Abase64encodingtopackPKs"""from__future__importunicode_literalsimportmoyaalphabet="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-"@moya.expose.filter('encode_id')defpack(i):letters=''whilei:letters+=alphabet[i%64]i//[email protected]('decode_id')defunpack(s):i=0forcinreversed(s):i=i*64+alphabet.index(c)returni Latest Posts Moya 0.6.0 Released Dec 6, 2015 Creating a Wiki with Moya - Screencast Jun 28, 2015 Moya 0.5.14 Released Jun 16, 2015 Moya Context Python Interface Apr 6, 2015 Moya 0.5.12 released! Mar 17, 2015 Useful Links About Documentation Frequently Asked Questions Contact Us Contact Support Site Feedback 2015 © Will McGugan All Rights Reserved. Privacy Policy