On Tue, 2006-05-30 at 19:07 +, [EMAIL PROTECTED] wrote:
> Well, I just switched back to a two-day-old backup. I'm an OO guy at
> heart and I really can't bring myself to replace inheritance with
> one-to-one relations or delegates or copy/paste.
>
> *sigh* - I'll just have to do it all again
Hi Guillermo,
On Tue, 2006-05-30 at 18:42 +0200, Guillermo Fernandez Castellanos
wrote:
> Hi,
>
> I've been reading the documentation about order_by(). They say, amont
> others, that:
> """
> To order by a field in a different table, add the other table's name
> and a dot, like so:
> Entry.objec
Ehm, I read what I just wrote and decided I really need some sleep
because even I wasn't able to understand what I meant... ;)
I will try to summarize my view:
create a document describing how to make framework XYZ talk to django
and vice versa
place it on the official site
any developer lookin
On 6/4/06, Ian Holsman <[EMAIL PROTECTED]> wrote:
>
> my 2c's
and mine
>
> I'd like django to pick a ajax toolkit and use it. (i don't care
> which one it chooses)
I think this could be "solved" easily by creating a document (a
tutorial of some sort) "HowTo add AJAX framework XYZ to Django", so
my 2c's
I'd like django to pick a ajax toolkit and use it. (i don't care
which one it chooses)
Having no set standard makes it harder for people to share work, as
app ABC would use toolkit X, and app DEF would use another making it
hard to integrate other people's app/libraries into one pr
> Is there an API for using the admin-code, or is is just "rip out what you
> need"?
It is still an "all or nothing" application (i.e. no API). If you use
admin, it will be applied to whatever you want to have visible from the
urls.py file, so this does give you a lot of flexbility.
e.g. if you
> However, it would be very nice to see various people that use django a lot
> present the methods that they think work best with django.
yes, this would be good in the "reference" or "solving specific
problems" pages of documentation.
I also think the admin interface could benefit from some AJ
I have several places in my application where I like to implement
search/filter capabilities like the admin interface provides. Is there
an API for using the admin-code, or is is just "rip out what you need"?
I'm aware http://code.djangoproject.com/wiki/NewAdminChanges but that
didn't help me un
Goyo,
On 6/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I have encountered a problem with Spanish tilde into my django
> templates.
> If I use the {% trans 'something' %} where something contains a Spanish
> tilde. I get an error which tells me:
>
> Exception Type: UnicodeDecode
Jorge Gajon wrote:
> I totally agree.
>
> I certainly would not like to see more complexity added by bundling an
> X or Y Ajax library. Better let the developer choose whatever js
> library he wants.
>
> I've been using MochiKit for the client side and SimpleJSON at the
> server side which is ex
I have encountered a problem with Spanish tilde into my django
templates.
If I use the {% trans 'something' %} where something contains a Spanish
tilde. I get an error which tells me:
Exception Type: UnicodeDecodeError
Exception Value:'ascii' codec can't decode byte 0xc3 in positi
On 6/3/06, Vladimir Pouzanov <[EMAIL PROTECTED]> wrote:
> I experience that trouble on all Dojo-powered sites including their
> homepage. Anyway don't like a toolkit that locks my browser up even in
> 'official' way.
Every toolkit I've tried allows for synchronous requests, and the
implementation
On 6/3/06, Steven Armstrong <[EMAIL PROTECTED]> wrote:
> Isn't that because of dojo.require loading libraries synchronously?
I believe so.
> I believe if you prepackage all required libraries in one js file, which
> the browser then can cache, it shouldn't be a problem.
Yes.
--
"May the forc
On 06/03/06 19:21, Vladimir Pouzanov wrote:
> On 6/3/06, James Bennett <[EMAIL PROTECTED]> wrote:
>> Dojo allows either synchronous or asynchronous calls to a server,
>> depending on the parameters passed to dojo.io.bind(). If you're seeing
>> something blocking until a server call completes, most
On 6/3/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
>
> On 6/3/06, Derek Hoy <[EMAIL PROTECTED]> wrote:
> > Here's an example of what works for me:
> >
> > {% get_free_comment_list for workgroups.workgroup group.id as
> > comment_list reversed %}
> >
> > workgroups is the appname
> > workgroup i
Jeff Forcier <[EMAIL PROTECTED]> wrote:
>
> As for the general AJAX discussion, I agree wholeheartedly with
> James--there's no need to tightly couple a given framework, especially
> since good AJAX is exactly what he suggested and what I, at least, have
> used successfully--the JS framework on on
urls.py: http://django.pastebin.com/755987
settings.py: http://django.pastebin.com/756008
All configuration is correct
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, se
GinTon wrote:
> I have followed step to step tutorial 1. And I can enter data in data
> base from shell _python manage.py shell_
>
> But in tutorial 2, I can not activate the admin site. I get the next
> error: http://django.pastebin.com/755900
>
> I have installed python 2.4.2, django 3070 _SVN_
Hello and Hi
Today, I tell you another Best
Website for finding the best job.
Please check this link and enjoy
your dream job.
http://www.it-jse.com
Special thing about this website
is, they are presenting direct links to jobs.
They are using only Direct
Employers and not using Staffin
On 6/3/06, James Bennett <[EMAIL PROTECTED]> wrote:
> Dojo allows either synchronous or asynchronous calls to a server,
> depending on the parameters passed to dojo.io.bind(). If you're seeing
> something blocking until a server call completes, most likely it's
> using a synchronous call.
I exper
I have now a VMWare machine here.
And yes, the Ubuntu docs are not bad...
Ok, thanks for the input...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to djan
On 6/3/06, Derek Hoy <[EMAIL PROTECTED]> wrote:
> Here's an example of what works for me:
>
> {% get_free_comment_list for workgroups.workgroup group.id as
> comment_list reversed %}
>
> workgroups is the appname
> workgroup is the module name - (model is WorkGroup, I don't know where
> Django get
I have followed step to step tutorial 1. And I can enter data in data
base from shell _python manage.py shell_
But in tutorial 2, I can not activate the admin site. I get the next
error: http://django.pastebin.com/755900
I have installed python 2.4.2, django 3070 _SVN_, sqlite-3.2.1,
pysqlite-2.
I had to mess around with the syntax a bit to get it to work after moving to MR.
Here's an example of what works for me:
{% get_free_comment_list for workgroups.workgroup group.id as
comment_list reversed %}
workgroups is the appname
workgroup is the module name - (model is WorkGroup, I don't k
On 6/3/06, Jeff Forcier <[EMAIL PROTECTED]> wrote:
>
> Jay Parlar wrote:
>
> > This was using the dev server and DEBUG=True. Maybe I missed something
> > in terms of how to get useful output, but it'd be nice if there were a
> > decorator or something that could tell Django that the client
> > exp
On 6/3/06, Bryan Murdock <[EMAIL PROTECTED]> wrote:
> I have a little blog based closely on the djangoproject.com blog. I'm
> updating it to magic-removal and everything seems to be going well,
> except comments aren't displaying. No template errors or anything,
> just a silent failure to load a
if you want debug django, maybe you should modify the file
"./django/core/management.py"
at the last of function "def runserver(addr, port):"
replace
" from django.utils import autoreload
autoreload.main(inner_run)
"
with
inner_run()
--~--~-~--~~~---~--~---
Jay Parlar wrote:
> This was using the dev server and DEBUG=True. Maybe I missed something
> in terms of how to get useful output, but it'd be nice if there were a
> decorator or something that could tell Django that the client
> expecting a response is *not* going to be able to display that
> re
On 6/3/06, Bryan Murdock <[EMAIL PROTECTED]> wrote:
> Don't fear the penguin! You know you want to leave the darkside :-)
>
> There seriously is a lot of good online help for Ubuntu. It's not as
> hard as you think.
>
I would recommend though that you first play around with a LiveCD on
your own
I have a little blog based closely on the djangoproject.com blog. I'm
updating it to magic-removal and everything seems to be going well,
except comments aren't displaying. No template errors or anything,
just a silent failure to load any comments. How does one begin to
debug this kind of thing
I was playing around with mochikit and Django yesterday, and was
getting really frustrated by one particular aspect:
In any view code that was only responding to async requests, if I had
a typo or error in my Python code (anything that would raise an
exception), I wasn't seeing any exceptions *an
On 6/2/06, mamcxyz <[EMAIL PROTECTED]> wrote:
>
> Ok...
>
> I chek your suggestion and look good...
>
> Somebody use a Windows based hosting VPS?
>
> I'm a little nervous about jump with a full linux stack...
Don't fear the penguin! You know you want to leave the darkside :-)
There seriously is
Dear friend
THIS IS THE BEST AFFILIATE PROGRAM
Do you want to get your merchant website in our ClubShop Online
Shopping Mall? Click on the Shareasale Affiliate Program banner and
join up to be become a Shareasale merchant affiliate through the
ClubShop Online Shopping Mall. All DHS Club Members wi
On 6/2/06, Jaroslaw Zabiello <[EMAIL PROTECTED]> wrote:
> I have heard that in Django 0.92 we will have added Ajax. We are having
> 0.95 now (svn) and still nothing was added. :(
So far as I know, no one, including myself (and I did the porting of
the admin JS to Dojo), ever laid out a specific v
On 6/3/06, Vladimir Pouzanov <[EMAIL PROTECTED]> wrote:
> I don't know if you have same problems, but it seems that AJAX in Dojo
> is not asynchronous. Both firefox and konqueror freeze until all the
> data that's requested by Dojo js is loaded.
Dojo allows either synchronous or asynchronous call
I used DWR for a java project I finished last year - http://getahead.ltd.uk/dwr/
It really simplifies the client-server ajax stuff. It lets you fetch
an object from the server and have it available in the client as a js
object, with properties and methods all available in your client code.
DWR s
Dear Member
First step
Open your site,go left on BUSINESS OPPORTUNITY ant click on TRIAL
ORGANIZATIONAL REPORT
read this report and then click (upgrate to VIP)
Second step
Upgrate to VIP your mempership
(you don't have yet your site,sign up now)
http://www.clubshop.com/cgi/appx.cgi/3440162
aft
On 6/3/06, Bjørn Stabell <[EMAIL PROTECTED]> wrote:
> Ajax, in the form of Dojo, was slated to be added to the admin
> interface, and it totally makes sense there in order to provide a
> better user interface as compared to standard HTML widgets.
I don't know if you have same problems, but it see
Hi,
WebSphere application server, from IBM, has a similar problem. Their
solution is to continuously send output, with current progress. Their
'view' which does this is so configured, that the HTTP Response starts
sending the response immediately, not waiting for the response to be
complete.
I d
39 matches
Mail list logo