/grok

In Grok every model object has its own URL with multiple views.

Primary LanguagePythonOtherNOASSERTION

Grok

What is grok?

Grok is a smashing web framework based on the Zope Toolkit

Grok uses the Component Architecture and builds on Zope concepts like content objects (models), views, and adapters. Its simplicity lies in using convention over configuration and sensible defaults when wiring components together. That means neither a configuration language like ZCML nor a lot of repetition are needed to create a web application with grok.

Who is grok?

Grok is a friendly caveman from the Stone Age. He has a big club that he hunts mammoths with. He will also use this club to smash anything he doesn't like.

"ME GROK SMASH ZCML!"

Getting grok

The easiest way to get started with grok is to use the grok.install package

Then follow the instructions in installation instructions