It's somewhere half way on the page..
CustomerRelationshipManagement
source:
https://github.com/mdipierro/web2py-appliances/tree/master/CustomerRelationshipManagement
download:
https://raw.github.com/mdipierro/web2py-appliances/master/CustomerRelationshipManagement/web2py.app.CustomerRelationship
I'm not 100% sure about the state right now, but I did try to use cython a
while ago..
Result was -> some fixes are needed (not all files in gluon compile out of
the box) and it was slower..
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" gro
Op woensdag 3 oktober 2012 00:42:47 UTC+2 schreef rochacbruno het volgende:
>
> You could do that from the command line, too, with a python script.
>>
>
> I understood that it need to run under the current running environment
> right? if I have a server running (apache) and I open a web2py conso
I don't mind thad it's custom_commit instead of _custom_commit, but using the
old one doesn't trigger an exception (its valid code), so nobody will notice
anything right away..
--
See
https://groups.google.com/forum/?fromgroups#!topic/web2py-developers/pSF3WbO2B5o
_custom_commit is commented out right now..
(is this intentionally? And if so, what would be the way to call a custom
commit now in case your not using DAL?)
--
situation:
apache / mod_wsgi
reproduce:
in routes.py
routes_onerror = [('appname/*','/appname/error/index')]
controllers/error.py
response.status = request.vars.code
return dict()
setting response.status is here to make sure that I keep the same status
code..
This results in
mod_wsgi (pid=11
ried to do and didn't work that with the submitted patch
> works...)?
>
>
> Il giorno venerdì 29 giugno 2012 10:33:07 UTC+2, Corne Dickens ha scritto:
>>
>> It depends on what you do..
>>
>> Just installing with PIP or easy_install works..
>> I
;
> and call "import this" in your apps.
>
>
> Il giorno giovedì 28 giugno 2012 16:27:58 UTC+2, Corne Dickens ha scritto:
>>
>> Hi,
>>
>> Web2py imports modules from the site-packages directory which is a great
>> way to build a project withoud an
Hi,
There are a few places in the code which are a bit buggy (it looks like
code that should be 'changed' already but where skipped)
It is about parsing the extension from the erquest url. In some places
rsplit is used (which is correct) but in other places split is used which
can cause proble
Hi,
Web2py imports modules from the site-packages directory which is a great
way to build a project withoud any 'external' dependencies.
Only it does not work with modules installed by python easy-install.
Python it's self uses a site module for this, which can be added to web2py
in an easy way
Hi,
Just an idea for the web2p auth system,
why not introduce a standard group 'public' which is assigned to all
visitors (not only logged in users)
The main advantage of this would be, that you in an easy way can
change all access rights for all requests.
By (allways) using the has_permission d
Hi,
Currently it is not possible to use LOAD with ajax=False, together
with the request.restful decorator.
-> a minimal example:
controllers/default.py
@request.restful()
def index():
def GET(*args,**vars):
return dict()
return locals()
@request.restful()
def test():
def GE
Fixed, Thanks
Corne
On 22 sep, 03:45, Massimo Di Pierro
wrote:
> Should now be fixed. pelase check it. Thanks
>
> massimo
>
> On Sep 21, 7:03 am, Corne Dickens wrote:
>
> > Hi,
>
> > In compileapp.py line 317 (compile_views) there is a regex that
> > matc
21, 7:03 am, Corne Dickens wrote:
>
> > Hi,
>
> > In compileapp.py line 317 (compile_views) there is a regex that
> > matches ^[\w/]+\.\w+$, but the mobile views are called
> > view.mobile.html (instead of the normal view.html).
>
> > Now when you
Hi,
In compileapp.py line 317 (compile_views) there is a regex that
matches ^[\w/]+\.\w+$, but the mobile views are called
view.mobile.html (instead of the normal view.html).
Now when you try to compile an app the mobile views are left out.
Simple solution would be to allow dots in the filename
> I suppose I could Ajax in a username/password and store the session_id
> either in a cookie or local storage?
PhoneGap uses a browser, and by default handles cookies..
A ajax request with username/password is enough, web2py sends back a
result with a cookie header and PhoneGap remembers this.
Th
web2py Version 1.96.4 under sl4a (android / python 2.6.2) does not
start due to a few errors.
The first one is in dal.py
It seems that there was already half fixed, the problem is in
path_encoding = sys.getfilesystemencoding() or
locale.getdefaultlocale()[1]
the result is empty here.
There is on
17 matches
Mail list logo