Ok, sorry if this may seem like a long post to some.
I have created a framework of sorts to generate tables for an accounting
system.
They tables themselves are generate from various Python programs that read
layouts from old COBOL programs/ AppGen 4gl / Informix schemas , Oracle
schemas ,Tryton
Hi,
I need to access web2py sqlite database from python.
So, I wrote a python code like this
>> from pydal import DAL, Field
>> db = DAL('sqlite://storage.sqlite')
>> print db.tables
[]
>> db.define_table(... Already existing table,)
it is showing an error of sqlite3.OperationalError: ta
Hello!
As I commented in other post
(https://groups.google.com/forum/#!topic/web2py/ZbEndj2H-fk) I have
problems using APNSWrapper feedback service sending push notifications.
While I wait for an answer I've thought a possible solution to my problem.
This solution consists in:
1. I'm going to
I have the following scenario and am wondering how others are handling it.
I have a dev and prod environment that I'm working with. They exist on
different servers. In my dev environment I have migrate turned on for all
tables. In prod they are turned off.
I use mercurial for source control
> Hi,
>
> I am having trouble using DAL the web2py way. I am trying to create a
> personal website so I can post articles. I have all my articles for
> different subjects stored in a single table with a field "main_tag",
> which tells the subject of the article. I will display them on the
> webpage
Hi,
I am having trouble using DAL the web2py way. I am trying to create a
personal website so I can post articles. I have all my articles for
different subjects stored in a single table with a field "main_tag",
which tells the subject of the article. I will display them on the
webpage in different
6 matches
Mail list logo