On Wed, 29 Aug 2007 13:33:50 +0530
Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> given the international nature of this list, it would be best for
> all job posters to follow the most sensible procedure - very brief
> description of the job and a pointer to a web page that gives full
> detai
Hi - I would like to add my hosting company as a django-friendly web
host - is there a process to go through or should I just edit this
wiki page:
http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts
Josh
--~--~-~--~~~---~--~~
You received this message becau
On Mon, 02 Oct 2006 21:42:34 -
"fabiofz" <[EMAIL PROTECTED]> wrote:
> For those interested... Just wanted to post that I've recently
> covered a little how-to on configuring pydev to work with django
> http://pydev.blogspot.com/2006/09/configuring-pydev-to-work-with-django.html
Thanks! - pyd
On Thu, 24 Aug 2006 19:13:11 -
"mediumgrade" <[EMAIL PROTECTED]> wrote:
>
> Don't know if this is a Django question or not, but here is the
> situation:
>
> I am developing an application for a client who is a automobile
> broker. He wants agents to submit requests for vehicles from the
> w
On Fri, 28 Jul 2006 16:08:14 -
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> If you are creating your own manipulator and using that you can
> use the form field LargeTextField where you can specify the row
> and columns.
>
> class LargeTextField(TextField):
> def __init__(se
Is there any way in models.TextField to specify the number of
rows/columns that the uses?
Josh
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users
I'm trying to write a template similar to what the admin does for
inline editing of one-many FK objects. But I'm wondering if there
is a more dynamic way (Ajax?) to do this.
My app is simple, create an entry form for a user to enter a new
status report. The report can have many accomplishment
On Fri, 21 Jul 2006 11:56:14 -0500
Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
>
> On Jul 21, 2006, at 11:50 AM, Josh Trutwin wrote:
> > What's the digg link out of curiousity?
>
> http://digg.com/offbeat_news/Dog_eats_Nintendo..._DS_Lite%3B_Oh%
> 2C_and_N
On Fri, 21 Jul 2006 09:14:39 -0500
Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
> * My personal server just got Dugg and handled it without
> hiccupping. The box cost me around $3k, has 8GB of RAM and dual
> Opteron processors; load peaked around 0.7.
What's the digg link out of curiousity?
On Thu, 20 Jul 2006 13:58:10 -0500
Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
> The auth docs are probably the best place to start: http://
> www.djangoproject.com/documentation/authentication/.
>
> Here's a quick example of a way you might do a page that
> requires login and only shows the l
Hi,
Fairly new to Django, I'm looking to use it to implement a quick
and dirty status report system. I want people in our team to go to
a page where they will have to login, after that they can view and
add their status reports. I don't want them able to view other
members reports, just their o
On Tue, 20 Jun 2006 13:01:31 -
"Filipe" <[EMAIL PROTECTED]> wrote:
> Rephrasing my initial question a bit, can someone advise me on an
> IDE in which to build a django app that will allow me to
> "graphically" use a debugger? (ie, place breakpoints, inspect
> values in vars, see the current
On Mon, 19 Jun 2006 14:18:54 +0100
"Phil Powell" <[EMAIL PROTECTED]> wrote:
>
> This ought to do the job:
>
> http://www.djangoproject.com/documentation/legacy_databases/
Definately - it does a decent job building a starting Model, but
you will definately have to go through it and make sure ev
According to the docs, serving the css in the admin is best done
via:
1. Create a symbolic link to the admin media files from within your
document root. This way, all of your Django-related files -- code
and templates -- stay in one place, and you'll still be able to svn
update your code to get t
On Wed, 17 May 2006 14:12:23 -0700
"pbx" <[EMAIL PROTECTED]> wrote:
>
> > ValueError: year is out of range
> >
> > I'm not sure why "year is out of range" is a problem - maybe
> > because the table has TIMESTAMP column types?
>
> It's probably because you have invalid data (like -00-00) in
15 matches
Mail list logo