Its error coming only when I start ajax request and return also full page
with web2py welcome.
> jQuery.ajax({
> type: "POST",
> url: "getRequest",
> data: 'data='+JSON.stringify(data),
> cache: false,
> success: func
Hi everyone,
Eventually I managed to move on, without cpdb.py.
I had to do it as Massimo suggests in this thread "Best way to migrate from
sqlite to postgresql (or other db)":
https://groups.google.com/forum/#!topic/web2py/mQk2hoRf7gw
Eventhough, auth tables game me a lot of issues and had to tw
Hi eveyone,
Just one clarification.
When I said "I do not really know why, but some of the tables did not make
it into the new db." in my previous email, I meant that some table data (as
a whole) did not make it into the new db.
This meaning the table is there but none of the original data (not a
Also I see in admin panel that controller default.py opens only index in my
old applications, but now default.py opens getRequest, index. In old app
default.py contained not only one function but opened only index.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- htt
4 matches
Mail list logo