I don't think it has any effect. Although you really shouldn't do it.
Particularly this:
g_im_handle = '/home/mmb21167/web2py/ba_1_1/applications/welcome/static/%s'
Makes the application not portable. Why would you even need to do this if
you can do a os.path.join(request.folder, 'static')
--
On Wednesday, March 11, 2015 at 7:38:20 AM UTC-7, Anthony wrote:
>
> Obviously auth hasn't been defined at that point. Hard to say why without
> knowing more about the app (i.e., where is this code, where is auth
> defined, etc.).
>
If this is the out-of-the-box style, with blog_entries in a
Obviously auth hasn't been defined at that point. Hard to say why without
knowing more about the app (i.e., where is this code, where is auth
defined, etc.).
On Wednesday, March 11, 2015 at 9:54:54 AM UTC-4, Mark Billion wrote:
>
> We've been very stable, but this just happened last night. Im g
3 matches
Mail list logo