I'm running from the source version 1.99.4 from my own python 2.7
installation,
Model Code
db = DAL("sqlite://storage.sqlite")
db.define_table('image',
Field('title', unique=True),
Field('file', 'upload'),
format = '$(title)s')
db.define_table('comment',
Field('image_id', db.image),
Field(
the favicon exists and shows just fine
The forms page is created by web2py in the database administration page,
and I checked the source and it contains no empty hrefs or src
I'm new to web2py and following the book, I'm trying to follow along with
the 3rd Chapter building the images application
http://web2py.com/books/default/chapter/29/3#An-image-blog, I'm faced with
a problem after building the model and trying to add uploads using the
database administration,
4 matches
Mail list logo