IndexWeblogRecipesProjectsLinks
AboutAtom

Categories

ThadeusBpython, ai, robots

Latest Posts

Web2py Utilities

I have decided to share some of the libraries that I have found useful when creating web2py apps. The contains lots of goodies, and some nice shortcuts. * Common shortcuts * Widgets * py2jquery module * Heirarchical category module. * Database s

Compile web2py apps externally

Web2py has a nice built-in feature supported execution of byte-code compiled applications. When you compile your application, web2py actually will byte-code compile all models, controllers and views. Web2py is the only framework to date that will compile

Using fixtures in web2py

So you are ready to deploy your newly finished web2py app, but you don't like the idea of having to manually insert all of this fixture data again! Create a new model, and name it ``x_fixtures.py``. This way it will execute after all of your models.

Latest Tweets

Random Recipe

O-Rang-O-Tang Chicken

Spicey and bold chicken that acts like a monkey

Random Project

Blogitizor (web2py)

Open source blog written with python and web2py.