With regards to storing the file, can you still use regex to validate
the filename if you choose to utilize this direct upload method? I'm
working on a project where a requirement is to store the files as-is
on the filesystem as they will be utilized by other programs.
On Jul 2, 8:27 pm, mdipierr
That would be fantastic!! If you need help, I'd be happy to lend a
hand...
I just checked out the cube2py repository from code.google.com and am
attempting to run it on the Source branch of web2py 1.79.2 (2010-06-08
22:45:26). Attempting to run it generates this error:
Traceback (most recent call last):
File "C:\Users\scott\Documents\workspace\web2py\
om the development repository (on google
> > code)
>
> > -Mathieu
>
> > On Thu, Jul 8, 2010 at 16:40, Scott wrote:
> > > I just checked out the cube2py repository from code.google.com and am
> > > attempting to run it on the Source branch of web2py 1.79.2
Line 28: change 'you' to 'yum'
28c28
< you install python2.5
---
> yum install python2.5
Other than that, I can test the script on a RedHat system tomorrow...
Cheers!
On Jul 9, 9:26 am, mdipierro wrote:
> I managed to wrote this script
>
> http://code.google.com/p/web2py/source/browse/scripts/s
Massimo,
Is it in the repository hosted on Google Code? I just checked it out
and it's showing as version 1.79.2 (2010-06-08 16:40:21) in the Admin.
Thanks!
On Jul 9, 9:36 am, Massimo Di Pierro wrote:
> I am planning to release the nightly build as stable 1.93 on Monday.
> Please check it ou
I think this should replace the Welcome application and the
documentation should be integrated into the web2py book. I'm
impressed with the complete rewrite! I like the way that you get
web2py-admin-esque functionality without having to use the admin
directly, and it all works through Google App
Thank you Massimo! My comments are below.
> > - Can the tag cloud be made hyper-linkable? That is to say, clicking
> > on a word in the tag cloud might show a list of relevant tagged pages.
> Can be done but right now there is a logic problem. Which pages should
> the tags link to? I guess wiki
Never used it.
Massimo,
I'll take a look at the arguments and instructions tomorrow and give
you a report.
Cheers,
--Scott
On Jul 13, 5:49 am, mdipierro wrote:
> Please checkout cube2py again. Now it has two new features:
>
> 1) a button [widget builder] that allows you to build widgets from
I use suds to authenticate users through a Web service call. I don't
have a need at this time to expose a server interface, but I could see
where it would be useful to add that functionality to the existing
XMLRPC, RSS, plugins, etc. That having been said, client interfaces
are a lot easier to im
In the current trunk I propose modifying line 549 to read as follows:
stat.strip_dirs().sort_stats("time").print_stats(80)
This will cause the profile output to be sorted by the "tottime"
column and limit the output to the first 80 lines. I follow a
methodology similar to Google's in that I atte
That would help, wouldn't it? :-)
gluon/main.py, under def responder2(s, h).
On Jul 17, 3:27 am, mdipierro wrote:
> which file is this?
>
> On 16 Lug, 20:07, Scott wrote:
>
>
>
>
>
>
>
> > In the current trunk I propose modifying line 549 to read as fo
s the type of transition, e.g. fade, etc.
(***look @ code!!)
tag_cloud: Embeds a tag cloud
update:
* hidden_fields is a list of comma separated fields
On Jul 13, 10:46 pm, Scott wrote:
> Massimo,
>
> I'll take a look at the arguments and instructions tomorrow and give
> yo
It sounds like a cooling fan to me. Try an external microphone and
see if the fan noise persists?
On Jul 20, 6:08 pm, mdipierro wrote:
> I wish I knew how. I do not know where the z comes from.
>
> On Jul 20, 4:07 pm, Mengu wrote:
>
>
>
>
>
>
>
> > great screencast but you should really sto
All,
It's been a few months since I've looked at the sparklines web2py
slice (http://web2pyslices.com/main/slices/versions/79/169 or
http://groups.google.com/group/web2py/browse_thread/thread/2a6a7b2cbfe97278/).
It seems that the latest stable and dev builds break the slice because
the controller
following ticket is generated:
Traceback (most recent call last):
File "/home/scott/Projects/web2py/gluon/main.py", line 391, in
wsgibase
session._try_store_in_db(request, response)
File "/home/scott/Projects/web2py/gluon/globals.py", line 361, in
_try_store_in_db
One other thing I've noted is that by setting this, attempting to
view /welcome/appadmin/ccache will generate the following ticket:
Traceback (most recent call last):
File "/home/scott/Projects/web2py/gluon/restricted.py", line 178, in
restricted
exec ccode in environmen
}}
On Jul 21, 8:43 am, mdipierro wrote:
> I do not remember who wrote that code but I just looked at it and I am
> bit confused by it.
> Anyway, I think I have a fix. Please try replace gluon/contribmemcache/
> memcache.py with this file:
>
> http://web2py.googlecode.co
ding Memcache stats to the
appadmin controller as a separate task.
On Jul 21, 10:53 am, mdipierro wrote:
> Please try trunk again and let me know.
>
> On Jul 21, 9:11 am, Scott wrote:
>
>
>
>
>
>
>
> > Massimo,
>
> > That fixed the "
> &
Massimo,
I just checked out the trunk and I'm seeing an issue preventing the
loading of the Welcome app:
File "C:\Users\scott\Documents\workspace\web2py-dev\gluon\main.py",
line 384, in wsgibase
if static_file:
UnboundLocalError: local variable 'static_file' refere
Massimo, please add the import:
from gluon.cache import CacheAbstract
to the top of gluon\contrib\memcache\__init__.py.
Thanks!
On Jul 21, 7:24 pm, Scott wrote:
> Massimo,
>
> I just checked out the trunk and I'm seeing an issue preventing the
> loading of the Welcome a
Any chance you might publish the paper on the web2py site?
On Jul 21, 5:54 pm, mdipierro wrote:
> Oops. It seems the link got
> truncatedhttp://www.computer.org/portal/web/csdl/doi/10.1109/MCSE.2010.97
Please allow me to preface my comments: I have nothing against Rocket;
my opinions come from years of experience with Java EE deployments.
I think raising the max_threads to 1024 is a good idea. However, my
opinion is that Rocket alone should not be used for a production
deployment; much as I wou
Personally, I think this is a great idea particularly when designing
Intranet sites. This makes it very easy to implement your company's
look and feel without having to go through a lot of hoops. I say put
in a warning or caveat that must be accepted when using the script to
absolve web2py of lia
What is the admin group name? That is, the group to create where you
can add users who can edit existing pages. Thanks!
On Jul 12, 11:47 am, mdipierro wrote:
> I posted 1.80.1 stable. If you just download that you can install the
> latest cube2py from here using web2py admin
>
> http://www.web2
I think the JSON helper function should be implemented. This logic
should be contained within the controller and not within the view as I
would deem it business logic and not rendering logic.
On Jul 24, 7:52 pm, mdipierro wrote:
> Should we have a JSON helper (same as you JD)?
>
> On Jul 24, 1:1
Cube2py explanation along with examples for all of the widgets and how
to implement. Since we're headed in that direction... :)
On Jul 24, 9:08 pm, mdipierro wrote:
> Thanks. this is very helpful
>
> On Jul 24, 7:57 pm, Jonathan Lundell wrote:
>
> >http://code.google.com/p/web2py-book/wiki/Book
Thanks!
On Jul 24, 9:22 pm, Bruno Rocha wrote:
> The admin group is 'editor'
>
> but you can change that login in plugin_wiki.py model
>
> I had to change it to run fine on GAE.
>
> 2010/7/24 Scott :
>
>
>
> > What is the admin group name? That
t should be available, like all the
> other helpers, in either context.
>
> Whether we implement it or not, I think the technique of passing python
> objects into javascript at render time with json serialization is quite
> useful and merits an example in the next revision of the book.
>
>
Massimo provided excellent examples of meta-menu and meta-code on
Vimeo. However, could someone post examples of meta-header, meta-
sidebar, and meta-footer?
Thanks!
I do not agree with item 1. Session data should never be stored
client-side as it opens a rather large attack vector. The only thing
which should be stored client-side is the session token in a secure,
HTTPOnly cookie (which web2py currently supports). If cookies are
disabled, a hidden POST fiel
I support community contributions but there still needs to be an
"editor" or someone ultimately responsible for the changes.
On Jul 31, 11:27 am, VP wrote:
> I completely support these ideas. It seems the book is Massimo's
> effort, not a community's effort. Documentation needs to be a
> commun
user.
>
> >> If the session is stored client side and the attackers hijacks the
> >> cookie, he can tamper with the data in the session and, depending on
> >> what the session cookie stores, may get access to more than data of
> >> the compromised user.
>
>
ss than the 4k limit).
On Jul 31, 8:38 pm, Thadeus Burgess wrote:
> @Scott, I think your argument is based on assuming a bad programming
> design. If you have any type of data that needs to be secure to that
> detail, I hope to god your not storing them in the session in the
> first place
Regarding the article, this was started up in a second thread:
http://groups.google.com/group/web2py/browse_thread/thread/1142aa8ab1de80cb
Regarding the IDE, my preference is Wing IDE for its superior
debugging capabilities and there are detailed instructions on using it
with web2py here: http://w
Here are my thoughts, point by point:
- web2py does support unit testing as it uses python code. I think
the article author means you cannot currently set up unit tests within
the administration console. You can configure tests as much or as
little as you like from the command line.
- I think t
.
On Aug 1, 4:36 pm, Scott wrote:
> Here are my thoughts, point by point:
>
> - web2py does support unit testing as it uses python code. I think
> the article author means you cannot currently set up unit tests within
> the administration console. You can configure tests as much or
I knew IntelliJ had a few plugins for PHP, Ruby, etc. but didn't think
the Python plugin made it out of beta. I'll go take another look.
Thanks!
On Aug 1, 5:08 pm, "Robert O'Connor" wrote:
> -Rob
>
> On Sun, Aug 1, 2010 at 4:42 PM, Scott wrote:
> > I mi
Richard,
I've tested this with web2py and did notice a slight performance
increase with the default welcome application and cube2py. I noticed
a larger increase with math intensive routines. I've submitted a
patch to Massimo so look for it soon in the web2py trunk on Google
Code. Thanks!
On Ju
Also of note, since I saw a mention of this on other threads: If you
are deploying to GAE, do *not* compile the application within the
web2py admin console. Instead, rely on the GAE app.yaml python
precompilation as mentioned above.
On Aug 5, 9:06 pm, Scott wrote:
> Richard,
>
> I&
Cross post:
https://groups.google.com/group/web2py/browse_thread/thread/d2b314ef36abda8c
information, such as first and last name. I'd like to set up
a get_user method which would call this second Web service to populate
the user name. To do that, I need to pull the 'username' variable, I
suppose from the auth object?
I appreciate your help.
--Scott
On Aug 10, 8
):
client =
SoapClient(wsdl=os.path.abspath(os.path.join('applications/test/
private/UserProfile.wsdl')))
response = client.getUserProfile(Userid=auth.user.username)
return dict(first_name = str(response.firstname),
last_name = str(response.lastname))
If you are interested in caching view or controller output, please
check the examples section:
http://web2py.com/examples/default/examples#cache_examples
Notice the timers which indicate how long before the view or
controller output is re-rendered. You can also check out appadmin.py
included wit
he? This would save on database reads/writes and offload
some of your memory requirements. I know Webfaction supports
memcached.
Cheers,
--Scott
On Sep 21, 9:47 am, Johann Spies wrote:
> Yesterday for the first time I deployed web2py on a commercial
> platform (Webfaction) and today I
What version of the GAE development server are you using?
On Sep 24, 5:55 am, mdmcginn wrote:
> GAE appstats no longer works in app.yaml for 1.85.3 and some earlier
> versions (at least using dev_appserver.py)
>
> This URL gets response code
> 500:http://localhost:8080/_ah/login?continue=http://
[-1]}}
{{=A('link to abstract ['+type+']',_href=URL
(r=request,f='download',args=[item.abstract_file]))}}
{{pass}}
No errors, appears that the file is not being uploaded properly (the
view returns None, indicating that neith
I'm trying to remove the fields 'first_name' and 'last_name' from the
auth_user database, or at least stop them from showing up on the
registration forms and such.
I've tried the following in db.py:
db.auth_user.first_name.readable = db.auth_user.first_name.writable = False
I also placing th
Just started with web2py, and got the webgrid module running
immediately. very impressive.
How can I display the columns widths so they reflect the datatypes
(and lengths) in the table. Currently, the default view is only about
3 columns across the screen
This is what I have concluded...
The problem is that many "Windows" based JSON-RPC serializers
(Including jayrock) and proxy's append a 3 byte UTF-8 BOM (Byte Order
Mark) to the beginning of the resulting encoded JSON text that is sent
in the body of the HTML request. Note that this is not a "feat
there a way to tell when a define_table has to actually create
the table, so I can stuff in an initial record? I suppose I could do
a query after the definition, but then it will get done for every
request.
Thanks in advance,
Scott Hunter
P.S. I'm currently using v1.65.10; if a newer versio
the only time you're assured
there would be no conflict.
I may be mistaken about being able to add UNIQUE=true once the field
already exists. I'll check out the latest version, and see if that
addresses the issue.
Any ideas about the initialization questions?
- Scott
On Oct 5,
evaluated.
- Scott
On Oct 6, 9:36 am, mdipierro wrote:
> Perhaps I do not understand the question. If you add a field you know
> you are adding it. If you need to initialize it with a function then
> you have to loop over all records and to an update_record. Are you
> trying to p
Perfect, and checking for "CREATE TABLE", I can address #3.
Thanks,
Scott
On Oct 6, 10:00 am, mdipierro wrote:
> Now I understand. There is not api exposed to do this but you can with
> a trick
>
> if 'ADD fieldname' in db._lastsql:
> do_whatever_you
dated 1/8/2009.
Scott
On May 13, 4:23 pm, mdipierro wrote:
> Thanks Fran. This was your patch!
>
> On May 13, 3:22 pm, Fran wrote:
>
>
>
> > On May 13, 7:45 pm, ScottHunter wrote:
>
> > > Version 1.61.4 (2009-04-21 10:02:50)
>
> > Fixed on 2009-05
ed, and is
building the login page; why should it matter HOW it was requested?)
Thanks for any help,
Scott
On Jun 3, 5:21 pm, Scott Hunter wrote:
> I've just downloaded the MacOSX v 1.63.3, and its exhibiting this same
> problem. I had gotten an earlier copy through launchpad, and the
In the source & Mac-standalone versions of web2py, one can (and I
did :)) change/replace the file web2py.py in order to modify the
server application. (In my case, I'm adding a list of server IPs to
choose from and spawning an extra process; the latter could presumably
be done elsewhere, but it i
e (called Storage) in order to circumvent the FORM and
SQLFORM issues in #5 above
Response #7: ?
Any help would be appreciated.
- Scott
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
lterEgo
(#213) which sets things up using unittest, but I'm finding it hard to
generalize from this one example.
Thanks in advance,
Scott
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users"
I've added the following field to the table worksheet:
SQLField('mysortkey', length = 40, default = 'something' )
I get a ticket reporting:
Traceback (most recent call last):
File "/home/scott/web2py_1_68_2/gluon/restricted.py", line 184, in
restricted
in the content:
xyz
I have a similar problem w/ a widget that yields a SELECT producing
one SELECT inside another (which the browser can handle).
I'd used the ta_widget in earlier versions of web2py (01/09?).
Thanks for the help,
Scott
--~--~-~--~~~---~--~~
Y
inally
described appears on the page w/ the error message (for a SELECT,
you'd have to view the source to see the nesting). If I reload the
form, the nesting appears (but the error messages do not). If I
navigate away from and back to the insertion form, there's no nesting
(and no error me
That seems to have done the truck; thanks. I tried to model the code
I was replacing as much as possible (I'm just changing the # of rows
in a TEXTAREA or adding an OPTION to a SELECT), so there shouldn't be
any confusion -- and there doesn't seem to be.
Again, thanks.
Scott
On
to go to the page I
originally requested, instead of default/index.
So: is there machinery in auth to do this, or is it something I'll
need to whip up myself?
Thanks,
Scott
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Grou
app/default/index, not the URL I originally requested.
I put the following above the controller for the page I'm trying to go
to:
@auth.requires_login()
And put this in default.py:
def user(): return dict(form=auth())
Is there something I still need to do?
Thanks,
Scott
On May 13, 1:00 pm
hread access your app as if it were on a
different server, using (say) urllib; then your request would get
processed by the thread that can access the DB.
Which of these might solve your problem depends on the specifics of
what your thread is trying to do.
Good luck,
Scott
On May 15, 12:22 pm, K
Is it possible to supply command line options to the windows
executable version (web2py.exe) of web2py, either explicitly or via a
config file, and if so, how? (I see that I can specify a config file
w/ a command line option - "that's some catch, that catch-22" :)
Thanks in
model file, but got a complaint that it isn't a module.
Thanks,
Scott
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroup
didn't "instantiate its own connection to the
database"; what does this involve?
Thanks,
Scott
On Oct 8, 5:58 pm, mdipierro <[EMAIL PROTECTED]> wrote:
> It depends on who starts the thread. The main problem is that the web
> server monitors threads and kills them when th
When trying to run web2py off of Python 2.6, we got the following
error from code that works fine under Python 2.5.x (note that the
error trace never ventures out of the web2py code). Our immediate
solution is to use the older Python, but thought I'd point it out
(this is run on a Windows 2000 SP
The subject pretty much says it: will web2py run on an iPhone, and if
not, what are (or might be) the obstacles that prevent it?
- sbh
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To
To elaborate on title: I have a simple web2py app, from which I can insert
records into a particular table (using a smart grid, or from within a
controller), but trying to do so with the app posted to GAE, it fails (for
either method). Operations using other tables work fine. I believe it has
As requested, here is the traceback:
In FILE:
/base/data/home/apps/s~sbhweb2py/1.364873083036857122/applications/ppt_demo/controllers/default.py
Traceback (most recent call last):
File
"/base/data/home/apps/s~sbhweb2py/1.364873083036857122/gluon/restricted.py",
line 212, in restricted
ex
-- same
error. I even tried explicitly casting it as a float -- exact same error.
When I looked at the Datastore Statistics for that table/entity, it didn't
show that field/property; in fact, none of the new fields appeared.
- Scott
On Monday, January 28, 2013 6:16:44 PM UTC-5, Alan Etkin
OK, it seems that GAE isn't fond of floats, but is quite happy with doubles
-- its now happy with inserting both from a smartgrid-created form and from
DAL calls.
(I couldn't define any fields directly b/c the table/entity no longer
appeared.)
Thanks.
On Monday, January 28, 2013 7:37:52 PM UT
Sorry - yes, I changed the model, replacing the floats with doubles.
On Tuesday, January 29, 2013 4:33:12 AM UTC-5, Alan Etkin wrote:
>
> > OK, it seems that GAE isn't fond of floats, but is quite happy with
> doubles
>
> Good to know, but, how did you fix GAE?. Have you changed your model? This
As I understand it, the GAE datastore will automatically create an index
for every field of every table (to facilitate queries using single fields);
those requiring multiple fields also get generated, but will get added to
index.yaml by the SDK when tested locally. Since these are created outsi
record in order to repopulate them.
- Scott
On Thursday, February 21, 2013 4:51:59 PM UTC-5, howesc wrote:
>
> i'm being lazy heredo you have the instructions (or link to
> instructions) from GAE for disabling indexes? i don't have it handy right
> now
>
> we
elds; then
migrate_table, which seems to build the table building/altering commands
would need to be made to recognize the new entry & add the disable index
command. There's not a lot of comments in the code, and I'd be afraid to
break something, but might give it a try.
- Scott
P.S. Not
plications/ppt_demo/models/db_wizard.py"
, line 165, in
label=T('Name')),
TypeError: __init__() got an unexpected keyword argument 'custom_qualifer'
On Saturday, February 23, 2013 12:30:48 PM UTC-5, howesc wrote:
>
> Scott,
>
> this is *completely* unteste
/1.365574604253984974/gluon/dal.py",line
4368, in create_table
ftype = self.types[field_type](**attr)
TypeError: () takes no arguments (1 given)
This only happens if one of the fields in question is a string; I get no
error when the unindexed fields are all integer, boolean or double.
-
he indexes DOES make a difference; with the changes
above, instead of using up over 30% of my quota, I'm "only" using 23%. If
I can get the strings unindexed, and take out the web2py-supplied fields
(created_by & _on, modified_by & _on, and maybe is_active), that should g
With the latest patch, I was able to disable indices on the string fields I
wanted to. Unfortunately (for me), I've just about used up my quota, so
I'll have to wait until tomorrow to see how much doing so saves me.
Thanks,
Scott
On Tuesday, February 26, 2013 8:50:29 PM UTC-5, ho
index overhead a LOT; in my case, from 15K to <3K.
- Scott
On Thursday, February 28, 2013 11:12:52 AM UTC-5, howesc wrote:
>
> can you let me know if it works as desired now? if so, i'll submit the
> patch to massimo for review and possible inclusion in the next release of
>
amiliar with
SQL so it should not be too hard for me to set up the database; I
just need recent documentation on setting web2py to work with it
instead of sqlite.
Thanks in advance for any input on guides to setting up PostgreSQL
with web2py.
Kind regards,
Eric
Eric Scott Bullington
I'm new to web2py but find it a vast improvement over the PHP-based
web framework I was using before, and so I'm already using web2py to
develop my next web app. At the same time, I find myself in a
situation where I'm needing to use several different computers to do
my work. See I need to find a
Thank you Chris, Richard, and pbreit for your excellent input. Good
to know I'm heading in the right direction. I'll definitely look into
Fabric. Sounds like if I can gain some fluency in Fabric, it will
allow me a lot more control over deployment.
Thanks again,
Eric
On Aug 3, 5:40 pm, Chris
Thanks again to pbreit, Chris, Richard, and any others I'm missing for
answering my questions about web2py and mercurial. I'm rapidly
getting used to mercurial with web2py and its working great for
switching between computers.
I do have a follow-up question about Fabric. Pbreit -- you're
absolut
I'm having problems getting tables linked in web2py using reference
fields. For example, I have a model with table student and table
contact. Table auth_user contains my app's users. In db.py, under
db.define_table('auth_user') I have the following code to reference a
one-to-many relationship be
27;ve
not seen the code you use anywhere in the web2py book (at least not
that I recall), so I will give it a try to see if it works.
Thanks again,
Eric
On Aug 8, 3:58 pm, Richard Vézina wrote:
> If you send you controller and model code at least with trace back it could
> help to trooble
It could depend of your backend database if it support FK...
>
> If you had customized the auth_user table... Before add you FK field (the
> ones above), try to make sure your custom auth_user is correct then add your
> custom field one after one...
>
> Richard
>
>
>
>
>
Thanks Richard and pbreit for your input. pbreit -- what you describe
is similar to what I was thinking of. And yes, it would be nice if
there were a standardized way to do this.
Richard, since Bitbucket is acting as my central repo, I'll need to
pull from bitbucket to the production server. But
I'm new to both Python and web2py and am having difficulty coding a
web2py radio form where each input field displays a name and an
image. One (and only one) of these images should be set as the user's
default image. I'm having trouble figuring out how to do this in
web2py. I was able to produce
ook/default/chapter/08#Other-Login-Methods-and-Log
> There's also this:http://www.web2pyslices.com/slices/take_slice/124.
>
> Anthony
>
>
>
>
>
>
>
> On Monday, August 22, 2011 8:30:18 AM UTC-4, Eric Scott wrote:
> > Is there anyway to use both Janra
I'm having trouble running a module in the web2py shell. It's having
difficulty with a db query that I execute with no problems in any
controller. Here's the traceback:
Traceback (most recent call last):
File "", line 1, in
File "/home/www-data/web2py/gluon/custom_import.py", line 280, in
read in an external site about web2py crontab that all cron
scripts should have "db.commit()" at the end of each function with a
query, so perhaps that's what's happening.
On Aug 24, 12:33 pm, Massimo Di Pierro
wrote:
> try print db.tables
>
> On Aug 24, 10:55 am, E
How to I pass command line parameters to web2py when I'm not starting
web2py from the command line. I'm using apache and mod_wsgi. I've
looked closely at the documentation, and there's a section on how to
pass parameters when it's running as a windows service, but the
documentation is clear that
I'm using postgresql. I had to change a field name in my table def,
which are in the web2py models. The database changed accordingly, but
now I get a key error when I try to insert a new record using
appadmin. I made sure appadmin.py is the latest and greatest. Still
getting key error. I don't
To solve it
> you must define the auth(s) tables in the db.py and set them to
> migrate=false... so web2py stop to trigger their creation each time...
>
> Richard
>
> On Thu, Aug 25, 2011 at 1:53 PM, Eric Scott wrote:
>
>
>
>
>
>
>
> > I'm usin
1 - 100 of 369 matches
Mail list logo