extensions
... A/B split testing of a page.
1.0 |
2008-08-07 |
... caching using the CacheLite library. |
0.1.5 |
2009-07-29 |
... API as data source in Symphony. |
2.3 |
2009-06-25 |
...
yst
... If you don't list all the subtemplates needed to render a page
under `requires`, `yst` will still work, but it might ... * from students where grade > 5"
order by name
First we have the name of the stringtemplate attribute to be populated
( ...
django-saaskit-scratchpad
... '))
in your urls.py
run python manage.py syncdb
2 Models
~~~~~~~~
Application defines 3 models.
ScratchPad, associated with a ... scratchpad/test
Shows a test page with text and images to test the "add to scratchpad" template tag.
5 Template ...
Class-DBI-Sweet
... => 'title' } );
MyApp::Article->count( created_by => 'sri' );
MyApp::Article->page( created_by => 'sri', { page => 5 } );
MyApp::Article->retrieve_all( order_by => 'created_on' );
# More powerful search with deflating ...
|