Now Epiphany downloads a 389120 bytes file, where Firefox just 378880
bytes.
I couldn't wget because of the get parameter (I guess).
So now that we found the culprit, what about creating the empty dirs ?
Sorry to insist :)
On 7 nov, 12:01, "Yarko T" <[EMAIL PROTECTED]> wrote:
> I think you have a
On 7 nov, 17:55, "Wes James" <[EMAIL PROTECTED]> wrote:
> That's weird. The page html says
> /plugin_t2/static/t2/styles/style.css so i should be changing that??
>
> do both work in style changes?
Anyway, you should try to avoid conflicts in css selectors across all
loaded files.
Populating re
Hi all,
First of all, I must thank Massimo for his wiki and forum starters,
which are great for a newbie like me to begin with (I know it's T2 and
not plain w2p, I plan (will need) to work on plain w2p apps too to
understand the base framework).
Massimo's forum app crashed with an 'unknown ticket'
This is part of a series of questions I was quite afraid to ask
because I'm very new to web2py, this one in particular since the T2
subject is hot. But I'm sure there are some nice people here to answer
me :)
I was happy to see the Central Authentication Service app existed.
Now in T2 we have ano
Is there a mean to have the layout.html centralized across multiple
apps?
--~--~-~--~~~---~--~~
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@googlegroups.com
To u
Thinking about distributing to others the apps I will develop for
web2py is good (did you notice the future here, I told you I was new,
enough to not have produced one).
Good because if forces me to write clean code, design something
reusable...
But we will all want something slightly different s
Thanks for the three answers M, but...
On 8 nov, 15:41, mdipierro <[EMAIL PROTECTED]> wrote:
> Since models are executed alhpabetically one option is to create a
> 0.py model.
I don't manage to connect to this db located in, say 'baseapp' app,
from myotherapp/controllers/default.py. Do you have
On 8 nov, 23:10, mdipierro <[EMAIL PROTECTED]> wrote:
> if this is a SQLite db you can do
>
> db=SQDB('sqlite://../../baseapp/models/storage.db')
>
> db.define_table(.,migrate=False) # you need to redefine the tables
I think you meant sqlite://../../baseapp/DATABASES/storage.db.
Mmf, it works
Hi morning, I'm not a w2p guru (newbie in fact) but since you don't
have any answer yet, I'm gonna try something.
We should have more info about your setup to answer.
Forgive me about that, but instead of asking you questions, I'm gonna
assume that you don't know the basic things. This will allow
I understand the separation problem involved here, but:
Massimo said
> Anyway, if you want to have two apps access the
> same database there are two good reasons to redefine the models:
> 1) they may see different tables of one database, different fields for
> the same tables, and/or have differe
This French team has a free hosting pack:
http://www.alwaysdata.com/offers/shared/
Yesterday we managed to install web2py through ssh and its built-in
server, then more interestingly with fcgi and wsgi.
You can see it working here: http://web2py.alwaysdata.net/
The quota for this free demo accoun
Today I wrote:
PS: if you ever purchase an account to use with web2py, please drop me
a message because I may have a discount offer ;)
OPS, to avoid any confusion here, let me say that the discount
offer is only for me, for the little help I gave to the admins, the
little tests and the li
On 15 nov, 14:58, mdipierro <[EMAIL PROTECTED]> wrote:
> No need to say anybody is free to reuse the slides, change them, add
> his/her name and give talks about web2py.
I found a typo that begins page 37 and ends page 43: myapp/views/
default/index.py is myapp/views/default/index.html
Also, page
Did you remove apps/examples/ and examples.tar ?
On 13 nov, 14:42, "Tito Garrido" <[EMAIL PROTECTED]> wrote:
> I've deployed web2py with success... but I don't have enough space :(
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
Bought this pdf from France with Paypal, worked well.
Now I go for my usual typo hunt!
--~--~-~--~~~---~--~~
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@googlegr
Mmmmf, the activation url I received is said to be invalid.
The problem could be on my side since FF bugged at the very moment I
clicked this url (note that the FF bug is not related to the wiki).
So now the problem is that my email is in the DB but the activation
url is bad. Massimo could you do
Hi, I think there could be an entry+page for web2py+genshi here:
http://genshi.edgewall.org/wiki/GenshiRecipes
Sorry, I'm not good enough to put some info here.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py
Ok, sorry, I think I didn't even try to login...
On 12 déc, 14:27, mdipierro wrote:
> you account seems active
>
> On Dec 12, 2:26 am, Grahack wrote:
>
> > Mmmmf, the activation url I received is said to be invalid.
> > The problem could be on my side since F
I think Fran means that answering South America to
"In what continent would you like to live?"
would only show further questions concerning this continent.
On 13 déc, 02:19, ed wrote:
> Very neat and a good start. But some websites require authenticated
> respondents,
> database should be option
Not here. Is it already fixed?
On 20 déc, 09:02, mmstud wrote:
> When i try to open web2py.com domain it redirects to another domain
> and open a file download, huh?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"
In a personal project, I'm using the Storage class. I found that this
line in its docstring prints nothing:
>>> o.a
None
Fails.
I replaced `o.a` with `print o.a` and it prints None as expected.
I know it's maybe the most minor comment about w2p ever, but I
couldn't keep it for
Massimo, could you please detail why Epydoc is limited. I personaly
use it with ReST formatting and find it OK, but am interested to see
the lacks.
I see an 'autodoc' extension for Sphinx. Is it the kind of thing you
want to do?
On Mar 31, 6:29 am, Yarko Tymciurak wrote:
> I've looked
> athttp:
On 4 nov, 14:26, "Yarko T" <[EMAIL PROTECTED]> wrote:
>
>- If you have a new feature, register a blueprint on Launchpad and
>describe what you're going to do.
>- If you have found a bug, make a bug report on Launchpad.
Hi all, first post here in the w2p list.
Does this mean that http
On 7 nov, 11:42, pigmej <[EMAIL PROTECTED]> wrote:
> You could add it to faq i think ;)
You could too :)
http://mdp.cti.depaul.edu/AlterEgo/
Note that there must be some Cherokee related topics, like
http://mdp.cti.depaul.edu/AlterEgo/default/show/184
--~--~-~--~~~-
OK, it's because empty dirs are not deflated correctly. Am I alone to
see this?
Some other software deal with this issue adding a useless empty file
in those dirs:
http://www.freelists.org/archives/dokuwiki/04-2008/msg2.html
I don't find this is an elegant way, I'd prefer create the dirs on th
25 matches
Mail list logo