Excellent, thanks Massimo.
On Sunday, March 29, 2020 at 8:46:26 AM UTC+13, Massimo Di Pierro wrote:
>
> We ave a new group for py4web questions and discussions:
>
> https://groups.google.com/forum/#!forum/py4web
>
> Please also use it for pydal, yatl, and pluralize questions.
> For web2py specific
it :
gcloud app deploy app.yaml --promote
I'm ready to build out my first py4web app !
Might be worth adding this to the script and/or documentation.
Regards
Andrew W
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source
Late to this as I haven't run the scheduler on my mac before. The script
runs fine.
I'm getting the same python error. Running 2.12.3 Stable.
Andrew W
On Monday, March 9, 2015 at 10:59:36 AM UTC+13, Niphlod wrote:
>
> try this script and see if it fails. it's the boiled
You could also use d3.js with web2py, using geojson and topojson for display.
See d3js.org
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received
Sounds like I need to improve my JS skills.
A Plugin or a Module ? which is better for this type of thing ?
On Friday, September 5, 2014 3:56:23 PM UTC+10, Massimo Di Pierro wrote:
>
> Please find attached a welcome4.zip with contains the following files:
>
> controllers/default.py
> views/lay
AM UTC+10, Andrew W wrote:
> Sounds great. Looking forward to testing it out. Thanks
> Andrew W
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--
Sounds great. Looking forward to testing it out. Thanks
Andrew W
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you
ry and rewrite that section of
reddit_clone as an example.
Regards
Andrew W
On Tuesday, July 1, 2014 1:40:17 PM UTC+10, Anthony wrote:
>
> The jQuery ajax method can be used but is not web2py specific. web2py
> components provide some additional functionality and convenience. See the
Hello,
I've been looking into the use of callbacks and components to make a more
dynamic app. I revisited the reddit_clone app from web2py training videos
and noticed that is uses the following:
jQuery.ajax({method:'post',url:'{{=URL("comm_vote_callback")}}',
Trying to understand the rule wh
Thanks.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
T
Hi,
trying to find out more about $.web2py.component, but it's not in the book.
Chapter 11 mentions web2py_ajax_component but it isn't mentioned in
Chapter 12 as indicated. An old reference perhaps.
Anthony, I don't understand "If you want to dynamically add a component in
the browser, you ca
I want to use the template capabilities of web2py for server side script
generation, not just html. From my brief look at the ractive website I'm
wondering if it is any better than what web2py does now. Do I really want
a js library for this for server side templating. I could use node but I
Yes. Add a
P..S. The above uses the approach of the generic.json files. Refer to:
http://web2py.com/books/default/chapter/29/10/services?search=serializers
and the generic.json code.
On Thursday, June 12, 2014 8:20:04 AM UTC+10, Andrew W wrote:
>
> This may not be the crucial hint, but I notice
This may not be the crucial hint, but I noticed that your flare is a list
(array). If you checkout the structure at:
https://github.com/mbostock/d3/wiki/Cluster-Layout you see that its a dict
(or object).
Try removing the [] around your flare definition.
Secondly: Where I have used XML(json
What else is in your view? Is the code inside a
>
>
> On Friday, 23 May 2014 05:41:16 UTC+1, Andrew W wrote:
>>
>> Also, try scheme='https' in your case. See Core chapter of book.
>
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
Hi John,
One step at a time, looking at your database model, how does 'copies'
relate to a book ? You are missing a foreign key reference. Are there
any other attributes that a copy may have ?
On Saturday, May 24, 2014 7:30:35 AM UTC+10, john smith wrote:
>
> I'm trying to create library sy
Also, try scheme='https' in your case. See Core chapter of book.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are
I'm not at a desktop machine so I'll be brief.
D3 expects an array, you have provided a dict.
When you reference "data" such as in the foreach, try data.dashboard_data which
will reference the array. Syntax is probably not quite correct.
Also, if you're not sure add console.log stmts to show the
In the URL() call, add scheme=True, host=True.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to
I use this technique regularly. Show the controller code and/or json output
and I'll have a look.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You re
Thanks. That's a .net solution so not quite the web2py solution I was looking
for.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this mes
PWD=session.localconn['pwd'];
etc.
This model file should only be called if the session.localconn variable
is already set.
Any comments on this apprach ?
Thanks
Andrew W
--
Resources:
- http://web2py.com
- http://web2py.com/book (Do
Update: I applied a fix from the d3 post by adding this to my
7;ll need calendar.js for
other things though.
thanks
Andrew W
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message b
And adding to what Anthony said, look at this web2py tutorial site which builds
the ui from scratch.
http://killer-web-development.com/section/4/2
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/
:
> On 7 Nov 2013, at 7:05 PM, Andrew W >
> wrote:
>
> Thanks. I've never been quite sure what to put in logging.conf for the
> scheduler debug key, based on the "logger =" statement in scheduler.py.
>
>
> We should add a schedule section to the loggin
Thanks. I've never been quite sure what to put in logging.conf for the
scheduler debug key, based on the "logger =" statement in scheduler.py.
On Friday, November 8, 2013 6:59:17 AM UTC+11, Niphlod wrote:
> logging is enabled as anything else in web2py.
> just start the scheduler with
> w
herbou1 is a function in my isi-controller.
Shouldn't this function be in your models?
A question for you: how did you turn on debugging for the scheduler?
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://cod
5 connections to
> the backend.
>
> Il giorno mercoledì 16 ottobre 2013 00:30:37 UTC+2, Andrew W ha scritto:
>>
>> P.S. This may be an issue for all pyodbc databases MSSQL, DB2.
>>
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documenta
P.S. This may be an issue for all pyodbc databases MSSQL, DB2.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are
on
with only one cursor each time, but this will be a lot slower.
Sorry if this has turned into more of a developer post.
Thanks
Andrew W
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/
I've found out that a cursor maps to a odbc hstmt. I also found out that
Teradata supports 16 open result sets (hstmt) for each session. So it
appears that web2py is reusing the same database session for multiple
simultaneous requests, or isn't closing them correctly before starting the
nex
may be a limitation in the Teradata odbc driver
that may limit its effectiveness for high concurrency web apps.*
*Thanks*
*Andrew W*
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issue
Hi Niphlod,
If I could add to the questions (I'm having some success with the scheduler
but there's a few gaps in my understanding):
What process removes the rows from the scheduler_worker table ?
Does it make any difference to Kill a worker by updating it's status or by
just Ctl-C (Or closing
Not sure if its faster, but you'll write less js code if you use json, and it
makes sense to use the controller to deliver the data in the expected format
that is directly usable. Less js coding works for me!
Margaret, as Anthony suggests, try the json approach. I can post an example
when I'm
Suggest you look at the book section "rendering a dictionary", I use the json
approach with d3, and then reference the URL in the js script. Works great and
should work for csv too. This approach allows you to get the file formatted in
the way d3 expects it, without trying to do it in js code
Did you perhaps create your pages first (with markmin) and then add the
render=HTML after?
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to web2py+unsubscr
Would you use ember with web2py? Why?
Is having two mvc frameworks at the same time too many?
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to web2py+unsubs
I won't get it done before Saturday, but here's one:
replace the first "http://code.google.com/p/instant-press/";
with
"https://github.com/rochacbruno/Movuca";
On Tuesday, January 22, 2013 1:29:25 AM UTC+13, dhmorgan wrote:
>
> Signed, I hope!
>
> I just downloaded diff and am looking forward to
I just tried something like this:
if request.function != 'wiki':
response.menu += Wiki(auth).menu(controller="default", function="wiki")
On Wednesday, January 16, 2013 10:07:06 PM UTC+13, Paolo valleri wrote:
>
> Hi Alan, thank for the tip :-), it seems to work correctly.
> The only issue is
Thanks
default/index.
The main page has a lot of tags like {{=auth.wiki('whatwedo')}} so that
each subsection can be edited through the [Wiki] menu. The rest are
straight one wiki page for each url. (except for Contact where I use a
component. I would probably rejig the front page at some poi
Great work.
And if you want to see a deployed auth.wiki, go to:
performancecomposites.co.nz
There are still some routes.py and IE things to sort out, but it's working.
Any one in need of a wheel for their racing yacht ?
On Sunday, January 13, 2013 4:45:11 AM UTC+13, wwwgong wrote:
>
> Th
utes_app = ((r'/(?Padmin|init)\b.*', r'\g'),
(r'(.*)', r'init'),
(r'/?(.*)', r'init'))
Do I need to put something in:
BASE = '' # optonal prefix for incoming URLs
such as the domain name ?
If I fill in routes_app, do I then need to have a separate routes.py for
each of the applications in their respective application folder ?
Thanks
Andrew W
>>>>>
--
I've tried touching and renaming the fcgi file but I can't see any changes.
Either it hasn't picked up the changes, or I've done it wrong. Any way of
knowing if routes.py has kicked in ?
P.S. I'm running shared on HostGator, with no admin (ssl) access.
Will killing all the fcgi running pr
Don't bother, I should have looked in routes_example.py too. Thanks.
On Friday, January 11, 2013 4:13:39 PM UTC+13, Andrew W wrote:
>
> One more question if I may (I still don't get it):
>
> I am also replacing an existing website with a new web2py site. I'
I
would like it to redirect and find my new page at (with full url)
"mydomain.com/init/default/index/aboutus.
It is not obvious (to me) after looking at router_example.py and the
book. Do I need to use the pattern based approach for this ?
thanks
Andrew W
On Friday, January 11, 2013 1
Hello Brian,
Thanks very much for sharing your script. It works a treat and saved me a
lot of time and confusion.
Andrew
On Wednesday, May 2, 2012 11:18:25 PM UTC+12, RAHUL PRIYADARSI wrote:
>
> Dear Mr.Brian,
> Thank you very much for you reply.
> " If you're worried about text alignment and
hony
>
> On Thursday, January 10, 2013 2:04:31 PM UTC-5, Andrew W wrote:
>>
>> Hi all,
>>
>> Did we prune some content out of the book on this ? I'm sure there was
>> more before.
>>
>> This is a line out of the Services chapter, talking about
Thankyou very much !
On Friday, January 11, 2013 8:18:11 AM UTC+13, Jonathan Lundell wrote:
>
> On 10 Jan 2013, at 11:04 AM, Andrew W >
> wrote:
> > Anyway, for my auth.wiki app, I don't want people to see this:
> > http://www.myweb2pywebsite.com/init/default/i
re too.
How do I do it ?
P.S. If we mention Chapter numbers in the book, should we also include
them on the chapter index ?
Thanks
Andrew W
--
and again:
I edited each page and submitted. All OK.Just a little bit of a pain.
It is only a one off task, but would a Submit All button be appropriate on
the Manage Pages page ?
On Thursday, January 10, 2013 8:42:34 AM UTC+13, Andrew W wrote:
>
> I'll answer my ow
I'll answer my own questions :) :
It's because the wiki page saves the body (user entered content) and the
generated html separately. The html has not been regenerated.
How do I get it to regenerate all of the pages after deployment in the new
environment ?
Thanks
Andrew W
O
Projects
On Thursday, January 10, 2013 8:19:23 AM UTC+13, Andrew W wrote:
>
> Hi,
> I need some help please. I've just deployed my first auth.wiki app.
> I'll let you know what it is once it's working properly.
>
> I've deployed to HostGator us
Hi,
I need some help please. I've just deployed my first auth.wiki app. I'll
let you know what it is once it's working properly.
I've deployed to HostGator using web2py 2.3.2 (and the posts in this forum
on the subject were very helpful).
Using render='markmin'
Everything was looking good o
I haven't either, but I'd recommend a look at d3js.org, if you want to use
svg.
I've done something similar to this one, using a web2py generated json data
feed - data driven layout !
http://mbostock.github.com/d3/talk/2016/bundle.html
On Monday, January 7, 2013 7:29:10 AM UTC+13, vill
itor','wiki-author']).
The models statement creates the auth.wiki, but menugroups was not defined
at that time, which is why I still see the Wiki menu.
I've added menugroups to the models auth.wiki call, and it all works now !
(or remove the auth.wiki call from models).
Tha
I have this in my controller function
return auth.wiki(render='markmin', menugroups =
['wiki-editor','wiki-author'])
but [Wiki] still appears in the menu when not logged in.
--
OK. "Corrections in place" - just update the diff log directly ?
On Tuesday, January 1, 2013 6:36:26 AM UTC+13, Massimo Di Pierro wrote:
>
> This file:
>
> https://dl.dropbox.com/u/18065445/Tmp/diff2.log
>
> contains the lines added or edited in the book so far. If some of you can
> help proof-
}
> http://js.nicedit.com/nicEdit-latest.js"</a>;
> type="text/javascript">
> type="text/javascript">jQuery(function(){bkLib.onDomLoaded(nicEditors.allTextAreas);});
>
> {{=content}}
>
>
> On Saturday, 29 December 2012 01:35:34 UTC-6, An
P.S. I'm talking about using it with auth.wiki
On Saturday, December 29, 2012 8:35:34 PM UTC+13, Andrew W wrote:
>
> "you just attach it to the textarea...":
>
> I don't quite follow. Can you expand please, do I add the code
> to layout.html, do I need to
edit.com/_library/2008/10/speck.js">http://speckedit.com/_library/2008/10/speck.js</a>>"
>
> type="text/javascript">http://speckedit.com/_library/2008/10/speck.css;<http://speckedit.com/_library/2008/10/speck.css>"
>
> rel="styleshe
I'm happy to proof read. Send it through when ready.
Andrew W
On Thursday, December 20, 2012 2:46:41 PM UTC+13, Anthony wrote:
>
> On Wednesday, December 19, 2012 5:56:48 PM UTC-5, Massimo Di Pierro wrote:
>
>> I have been going over that document. The things in
Hi all,
Just a note on Apache that may help others:
I've battled for days with getting web2py working with apache (2.4) on a
Suse linux server. I kept on getting Forbidden errors.
I eventually stumbled onto the "Require all granted" statement - once I
added this then everything works fine.
what do you expect in the 5th edition?
>> Please when making comments refers to the online english version.
>>
>> Massimo
>>
>> On Wednesday, 19 December 2012 03:11:37 UTC-6, Andrew W wrote:
>>>
>>> Just checking in on how the 5th edition is going ?
>>
Just checking in on how the 5th edition is going ?
Thanks
On Thursday, November 29, 2012 11:58:29 PM UTC+13, Kostas M wrote:
>
> I have bought the (printed) web2py book (editions 3rd and 4th) from Lulu,
> and my note is that the black & white printouts are much less attractive
> from
> the web c
Hi Ross,
>> How's the workflow engine going ?
>>
>> Regards
>> Andrew W
>>
>
>
--
Thanks
--
Hi,
Trying to get an updated welcome.w2p file. I've added a NEWINSTALL file
(which usually works), but not today !
The last time it worked successfully was 18 Nov.
Anyone else getting this ?
--
On developers forum, Massimo mentioned:
> auth.wiki() supports html tags (float divs, tables, image uploading, etc.)?
"yes. "
How do I enter a generic tag like a div with a class?
Also,
"Notice that auth.wiki() can use wysiwyg if you simply set it up that way and
including an appropriate js
I just bought one with the goal that its a clever "toy" that the kids to learn
and have some fun at the same time,
--
Thanks, but how do I specify the class in the wiki page?
--
I hope to have a website up and running soon where I have done the
following (If you have a better idea, then please let me know)
in layout.html, or in default/index.html
{{if request.args==['index'] or request.args==[]: }} # The Main Page
.other stuff
# Or
Also, with Images I can do left , right, center.
Can I do something like a css clear / clear: both ?
On Friday, December 14, 2012 6:35:11 AM UTC+13, viniciusban wrote:
>
> I need to identify images by its location. When they're inside a
> table, it's easier because I can attach a class to the ta
Does your dbms support count(distinct ) ?
What happens if you only put one column in COUNT(DISTINCT vista.municipio) ?
On Friday, December 14, 2012 1:13:32 PM UTC+13, Niphlod wrote:
>
> it may help knowing what are you trying to count (e.g. write down the
> plain sql syntax you'd like to fire
Hi Alan,
I have been checking out auth.wiki to see what can be done, in particular
how to get different page layouts within the one "index" controller and
view.
Would you wrap something like this example (from the slice) in an if clause
? Or, I imagine you could use this scenario for boilerplat
I assume you are no longer talking about markmin. I didn't think you
could use {{ }} in markmin.
Correct ?
On Sunday, December 2, 2012 10:51:49 PM UTC+13, apps in tables wrote:
>
> Thank you...
>
> On Sunday, December 2, 2012 7:45:50 AM UTC+3, Massimo Di Pierro wrote:
>>
>> You are missing
omised style to
your auth.wiki page.
I hope to show it in use very soon.
On Monday, November 19, 2012 1:15:52 AM UTC+13, Massimo Di Pierro wrote:
>
> Should work the same. Perhaps this is a bug. Please open a ticket and I
> will look asap.
>
> On Saturday, 17 November 2012 19:21:
But I think you need to differentiate between the wiki static pages, and
"blog" type of article pages.I think the intent of auth.wiki was to
allow the simple creation of a user updated website, not so much with blog
type articles pages.
But that's an interesting way to get both. What a
publishing to 5th edition.
>
> Massimo
>
> On Tuesday, 27 November 2012 23:01:17 UTC-6, Andrew W wrote:
>>
>> May I ask, in terms of status, where are we up to ?
>>
>> What is *still left to do* to bring the documentation up to date for
>> Version 2.2.x ?
&g
t a video. it is a page containing a video. You have
> to let web2py's oembed protocol figure out how to embed it.
>
> On Wednesday, 28 November 2012 02:27:03 UTC-6, Andrew W wrote:
>>
>> It's:
>>
>> Ecover at sea
>>
>> [[ecover http://w
:13 UTC-6, Andrew W wrote:
>>
>>
>> This is what I see and the play button doesn't work (see attached). The
>> link is OK as I can open it if I right click and press Open Video in new
>> tab.
>>
>> Thanks
>>
>>
>> On Friday, Nov
May I ask, in terms of status, where are we up to ?
What is *still left to do* to bring the documentation up to date for
Version 2.2.x ?
Thanks.
On Friday, November 23, 2012 3:46:01 PM UTC+13, Andrew W wrote:
>
> Thanks.
>
> On Friday, November 23, 2012 2:39:41 PM UTC+13,
What about a "prefix" column, and filter all selects on the prefix. A single
database ctructure sounds more scalable and logically you're partitioning the
data based on login or context. Prefixing table names doesn't sound like a
good idea.
--
This is what I see and the play button doesn't work (see attached). The
link is OK as I can open it if I right click and press Open Video in new
tab.
Thanks
On Friday, November 23, 2012 3:51:49 PM UTC+13, Andrew W wrote:
>
> Could you please confirm that it's working
Could you please confirm that it's working OK ?
thanks
On Saturday, November 17, 2012 10:37:14 AM UTC+13, Andrew W wrote:
>
> Thanks.
> That's what I did.
>
> On Friday, November 16, 2012 11:56:49 PM UTC+13, Massimo Di Pierro wrote:
>>
>> No. You do no
Thanks.
On Friday, November 23, 2012 2:39:41 PM UTC+13, villas wrote:
>
> Hi Andrew
> You can see the current state and updates here:
> https://github.com/mdipierro/web2py-book
>
>
> On Thursday, November 22, 2012 4:32:39 PM UTC, Andrew W wrote:
>>
>> The book ha
The book has been at 4th edition for a while and I'm sure there have been
updates since then. The edition numbers may tick over at major updates,but is
it possible to put a last update date on it to tell when it has changed.
One thing we talked about before version 2 was getting the doco up to
Have you read the Overview chapter of the book?
To achieve what you want you would not put controllers in the model folder,
they go in the controllers folder. The default/index in the path refers to
the file name and the function within the file name.
So green/eggs/ham.refers to the green app,
I'm assuming it works differently to the markmin document.I can see is
adds a class called "custom", but I don't see the lambda function working
as in:
>>> markmin2html("‘‘aaa‘‘:custom", extra=dict(custom=lambda text:
’x’+text+’x’
generates
’xaaax’
(the ‘‘...‘‘:custom block i
Thanks.
That's what I did.
On Friday, November 16, 2012 11:56:49 PM UTC+13, Massimo Di Pierro wrote:
>
> No. You do not need it. You just cut and paste the link to the youtube
> video page and it will embed the video automatically.
>
> On Thursday, 15 November 2012 22:3
Yes, it's broken: AttributeError: 'Wiki' object has no attribute 'extra'
I made the change below and it works.
On Saturday, November 17, 2012 12:54:14 AM UTC+13, villas wrote:
>
> Hi Massimo,
> I've just been checking it.
> I think you need to change this...
>
> Wiki __init__()
>
> This
Does the plugin_wiki syntax work in auth.wiki ? (I'll try it tonight).
>From the book (plugins section):
For example, to embed a YouTube video in a plugin_wiki page, you can do
``
name: youtube
code: l7AWnfFRc7g
``:widget
or to embed the same widget in a web2py view, you can do:
{{=plugin_w
No, I was posting a link to a youtube video.
On Friday, November 16, 2012 2:41:01 PM UTC+13, Massimo Di Pierro wrote:
>
> what video type. Are the video hosted in the wiki?
>
> On Thursday, 15 November 2012 02:05:20 UTC-6, Andrew W wrote:
>>
>> Is anyone using video links
Is anyone using video links with auth.wiki ?
I'm just getting the bottom bar with the Play button, but nothing else and
nothing happens when I press Play.
I did have success with plugin_wiki, but I would like to get it up and
running with auth.wiki.
I've tried with Chrome and Safari.
Thanks
Works great, thanks. I've also sent Massimo a patch for tools.py to fix
it in trunk.
I hope to deploy a website soon using auth.wiki and this was one of my last
hurdles.
On Wednesday, November 7, 2012 12:25:44 AM UTC+13, villas wrote:
>
> I do not want the wiki menu to be displayed to anyone e
?
I can post this to the developer group if more appropriate.
Thanks.
On Saturday, October 27, 2012 9:01:42 AM UTC+13, Andrew W wrote:
>
> Looking at the change, it looks like a non logged in person can still see
> "[Wiki]".
> Could I suggest that the append statement c
Yes, there are a lot of advantages, but if your legacy tables can't be changed ?
Is it worth exploring The addition of PK support in forms and the grid? Not
the most optimised solution, but one that you may have to do.
--
Is it a web service interface to ebay what you are after, and storing some
details locally ? If it is I'm not sure that extending the DAL is the
right way to go. If you just want to interface to query ebay, look
at
http://developer.ebay.com/DevZone/shopping/docs/Concepts/ShoppingAPIGuide.html
1 - 100 of 155 matches
Mail list logo