Re: Django Development Position

2007-08-29 Thread Josh Trutwin
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

Adding myself as a django friendly hoster

2007-05-15 Thread Josh Trutwin
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

Re: Pydev and Django

2006-10-05 Thread Josh Trutwin
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

Re: Dynamic Menus...

2006-08-24 Thread Josh Trutwin
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

Re: textarea size

2006-07-28 Thread Josh Trutwin
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

textarea size

2006-07-28 Thread Josh Trutwin
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

one-many inline editting

2006-07-25 Thread Josh Trutwin
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

Re: [OT] Is Django the framework I've been looking for?

2006-07-21 Thread Josh Trutwin
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

Re: [OT] Is Django the framework I've been looking for?

2006-07-21 Thread Josh Trutwin
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?

Re: implementing a user login

2006-07-20 Thread Josh Trutwin
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

implementing a user login

2006-07-20 Thread Josh Trutwin
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

Re: Which IDE to debug django app? (Was "Using Pyscripter with Django")

2006-06-20 Thread Josh Trutwin
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

Re: Existing database into django models?

2006-06-19 Thread Josh Trutwin
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

mod_python and admin css suggestion?

2006-05-19 Thread Josh Trutwin
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

Re: Having problems with inspectdb / introspection

2006-05-19 Thread Josh Trutwin
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