Re: Best Link for Perfect Career

2006-03-16 Thread James Bennett
On 3/16/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > I've been deleting each one and marking them as spam in the Google > Groups archives. It's best to ignore them. Yup. This one hit a bunch of groups I'm subscribed to, must be a bot making the rounds. /me sighs at Google Groups turning int

Re: Best Link for Perfect Career

2006-03-16 Thread Adrian Holovaty
On 3/16/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On Thursday 16 Mar 2006 11:41 pm, Smith wrote: > > Today, I tell you another Best Website for finding the best job. > > > > Please check this link and enjoy your dream job. > > some spam seems to be creeping in to this list I've been dele

Re: Best Link for Perfect Career

2006-03-16 Thread Kenneth Gonsalves
On Thursday 16 Mar 2006 11:41 pm, Smith wrote: > Today, I tell you another Best Website for finding the best job. > > Please check this link and enjoy your dream job. some spam seems to be creeping in to this list -- regards kg http://www.livejournal.com/users/lawgon tally ho! http://avsap.org

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread Kenneth Gonsalves
On Friday 17 Mar 2006 8:44 am, Eugene Lazutkin wrote: > > On Thursday 16 Mar 2006 10:52 pm, tonemcd wrote: > >> So, if anyone is doing something like this, I'm all ears! > > > > subversion+trac > > +1. Always use Trac, if you have several people on your team. In > this case you have a nice GUI for

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread Eugene Lazutkin
Max Battcher wrote: > > I've helped set this up a couple of times now and it is easy enough. > Every library/dependency of Django has an easy to find Windows > installer (or generic Python setup-tools installer, which work in > Windows), including Postgres 8. The Django development server works

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread Eugene Lazutkin
Kenneth Gonsalves wrote: > On Thursday 16 Mar 2006 10:52 pm, tonemcd wrote: >> So, if anyone is doing something like this, I'm all ears! > > subversion+trac +1. Always use Trac, if you have several people on your team. In this case you have a nice GUI for your project + Wiki + Issue tracker + m

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread Julio Nobrega
Hey tone, Eric provided a good explanation of what's like working with svn. I would like to comment a little on point number 3. Having everything on svn helps us on deployment too. Most software management tips will tell you to compile your code daily. Because it gives the development team

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread Max Battcher
On 3/16/06, Eric Walstad <[EMAIL PROTECTED]> wrote: > > Most of our guys use Windows, so installing fedora is going to be a > > problem for them - I may have to think about getting a LAMP > > installation for them under Windows (or convert them to OS-X ;) > I've not bothered setting up a Windows d

Re: django for sysadmin

2006-03-16 Thread Kenneth Gonsalves
On Friday 17 Mar 2006 3:23 am, tonemcd wrote: > Come on Kenneth, you can't post something like that without > providing *something* like a screenshot or more details? ;) three tables - domains, forwarders and virtualmailboxes - screenshot, just look at the django admin interface. The tables are

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread Kenneth Gonsalves
On Thursday 16 Mar 2006 10:52 pm, tonemcd wrote: > So, if anyone is doing something like this, I'm all ears! subversion+trac -- regards kg http://www.livejournal.com/users/lawgon tally ho! http://avsap.org.in ಇಂಡ್ಲಿನಕ್ಸ வாழ்க! --~--~-~--~~~---~--~~ You received

Re: How to populate a form with multiple values

2006-03-16 Thread limodou
I think manipulator only deal with validation and saving. If you want to fill the data to the input fields, you should pass the data to FormWrapper. So manipulator isn't data-sensitive, it's FormWrapper do these things. -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: ht

Re: Table not found error when ordering by foreign key

2006-03-16 Thread jtm
Hi Adrian, Thanks for the reply. I did try using the full table names without success. This is the error and traceback (with real class names): OperationalError at /debtors/current/ (1109, "Unknown table 'matterlist_matters' in order clause") Traceback (most recent call last): File "/opt/lo

Re: Eclipse based Django IDE???

2006-03-16 Thread aaloy
To start the Django server inside Eclipse and see the messages: a) Create a external too. Call it, Run Django Server for example. b) The main location should be something like /usr/local/bin/django-admin c) Set the working Directori to ${project_loc} d) Set arguments as runserver --settings=${

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread Eric Walstad
On Thursday 16 March 2006 13:48, tonemcd wrote: > Hi Eric! ;) Hi! > 1. ...at the moment I'm using the development server... I miss-spoke when I said the developers have a full DAMP stack (I do, but the others don't). We mostly use the development server on our workstations. > Most of our guy

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread Eric Walstad
On Thursday 16 March 2006 13:48, oggie rob wrote: > You also have to consider data - coordinating data changes can be > tricky within a team. You should at least have a policy on data in the > servers (i.e. do developers have to have a "filled" database or can > they work with an "empty" one), as

Re: django for sysadmin

2006-03-16 Thread tonemcd
Come on Kenneth, you can't post something like that without providing *something* like a screenshot or more details? ;) Cheers, Tone --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread oggie rob
Tone, One other thing to consider: the choice of how to integrate developers is important, but probably more so is deciding on a release schedule. Your choice of tools and developer cooperation will be dictated by this somewhat. For example, if you decide you will make changes "as they are fixed/

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread tonemcd
Hi Eric! ;) 1. Well, you certainly have an interesting setup there - it's similar to something I was thinking we would have to do. I use OS-X and am *very* aware of what's needed to get mod_python and postgres working on that platform ;) - at the moment I'm using the development server, and that

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread tonemcd
Julio, This is really helpful - thanks very much for the information. We're very used to having NFS mounts and the three platforms we use; PC, Mac and Linux, can all access that very well, so we can access file structures in the way you've outlined. As for Apache rewrites, we've been doing those

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread tonemcd
Our developers get involved in a lot of projects Tom - so it's almost a combinatorial explosion situation! I've been using subversion to get the latest django updates and have found it pretty approachable, so that's a big plus. We've not decided on django yet ;) there's still Zope3, TurboGears a

Django, Eclipse, Pydev, Ant (was: Ant and Eclipse (build.xml by Steven Armstrong))

2006-03-16 Thread Steven Armstrong
On 03/16/06 12:53, Todd O'Bryan wrote: > OK. I replaced 'cmd' with 'command' (which, I discovered was an > argument to ps, not its own command) and didn't get the error about > cmd not being found, but the task still died. The whole error message > is below. As you can see, it doesn't really gi

Re: Table not found error when ordering by foreign key

2006-03-16 Thread Adrian Holovaty
On 3/13/06, jtm <[EMAIL PROTECTED]> wrote: > Y.views: > blist = bs.get_list(order_by=['as.shortname']) > > But Django is telling me that there is no table named 'as'. > Everything seems to be importing fine. Does anyone have any > hints? Go into your database command-line client and type "\dt" (P

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread Eric Walstad
On Thursday 16 March 2006 09:22, tonemcd wrote: [...] > 3. People run their own local django installations, and commit changes > to a development server for testing before those changes are sent to > the deployment server. This means each individual user machine has to > have access to the databas

Best Link for Perfect Career

2006-03-16 Thread Smith
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://www33.websamba.com/freecareer/index.asp   Special thing about this website is, they are presenting direct links to jobs. They are using only Direct Employe

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread Julio Nobrega
Option number three is the most common, and what we use here at work (even though it's PHP, the principle is the same). With one difference, the source code for each individual lies on the server. Here where I work, each user has a /home/ sub-directory on a server with Apache, PHP, Mysql and Sub

Re: Advice on developing with django for a team of 10+

2006-03-16 Thread Tom Tobin
On 3/16/06, tonemcd <[EMAIL PROTECTED]> wrote: > > 3. People run their own local django installations, and commit changes > to a development server for testing before those changes are sent to > the deployment server. This means each individual user machine has to > have access to the databases and

Advice on developing with django for a team of 10+

2006-03-16 Thread tonemcd
Hi, Hopefully, by this time next week we will have a dedicated server (Sunfire 4100) running django and support stuff. I'd then like to start developing new applications as soon as possible after that. I've been playing around with django on my AlPB for about 6 months now and have learnt a fair b

Re: Once more: sqlall and sqlindexes

2006-03-16 Thread Adrian Holovaty
On 3/16/06, Ned Batchelder <[EMAIL PROTECTED]> wrote: > Why doesn't the sqlall command include sqlindexes? It should. Why > would I want to create and initialize a database without the indexes? No real reason, other than it's faster to bulk-load data without indexes. A patch would certainly be

Re: Date format in admin interface

2006-03-16 Thread Adrian Holovaty
On 3/16/06, yuri <[EMAIL PROTECTED]> wrote: > yip, I found those and played around with them, but they only change > the display format, i.e. say in the "list objects" view. However, they > don't alter the "create object" view, i.e., the date entry part. For > example, the calendar widget in the a

Re: Eclipse based Django IDE???

2006-03-16 Thread Doug Van Horn
For the record, I'm using IDE rather loosely. I'm certainly not looking for a VB-esque tool. At one point I was slinging Java in Emacs with JDE. Now I find Eclipse extremely useful. It pretty much stays out of the way. I get me editors with autocomplete, Ant deploys, and external run targets

Re: How to populate a form with multiple values

2006-03-16 Thread [EMAIL PROTECTED]
Here's my simplified take on L's problem. Maybe someone can offer some advice. Suppose one would like users to edit multiple records on one screen; set a BooleanField for multiple records, say. What would be the best way to go about passing the form fields to the template? One could create a c

Re: Once more: sqlall and sqlindexes

2006-03-16 Thread Ned Batchelder
Just to explain up a bit more. I've been running an app in development for a while, and have started to examine the db performance. I figured the first job would be to create indexes. I was surprised to see that Django already had an idea of the indexes to create, but didn't make it conveni

Once more: sqlall and sqlindexes

2006-03-16 Thread Ned Batchelder
This has been asked before, but I didn't see an answer. Why doesn't the sqlall command include sqlindexes? It should. Why would I want to create and initialize a database without the indexes? --Ned. -- Ned Batchelder, http://nedbatchelder.com --~--~-~--~~~---~--

How to populate a form with multiple values

2006-03-16 Thread PythonistL
Let's suppose the following customs manipulator: ### class OrderManipulator(formfields.Manipulator): def __init__(self, basket_items=[]): # First we store the IDs passed as we'll need them for the save method. self.items = basket_items

Re: Eclipse based Django IDE???

2006-03-16 Thread ChaosKCW
I have started using pyScripter from MMM-Experts (http://mmm-experts.com/Products.aspx?ProductId=4) I have found this an excellent little IDE to work with. The only issue I have is the default font, but other than changing that in the options, its quick, fats simple to use, has tabs (( a must for

www.liveinforum.com

2006-03-16 Thread So_Hot_Pamela
Hello Friend You are invited to join www.liveinforum.com There you can discuss / post on various topics like Fun, Jokes, Interesting True Facts, Movies, Music, Writing Skills, English Writing, Personal stories like Love, Romance, Ghost, Breakup, Image & Photo Sharing, Entertainment and you k

Re: Ant and Eclipse (build.xml by Steven Armstrong)

2006-03-16 Thread Todd O'Bryan
OK. I replaced 'cmd' with 'command' (which, I discovered was an argument to ps, not its own command) and didn't get the error about cmd not being found, but the task still died. The whole error message is below. As you can see, it doesn't really give much information, but the line where it

Ant and Eclipse (build.xml by Steven Armstrong)

2006-03-16 Thread Todd O'Bryan
OK...let me follow up on my own questions: 1. First I installed Subclipse and checked out Django into the project django in my workspace--to match Steven's setup. 2. Then I downloaded pyAntTasks.jar from the site listed in the build.xml Steven provided. Download ant-contrib.jar from http://a

Re: Eclipse based Django IDE???

2006-03-16 Thread Todd O'Bryan
It looks great, but I can't get it to work. Where do you stick pyAntTasks.jar and how do you get ant to notice it? Also, antcontrib.sourceforge.net looks dead. There are no downloads available at all. Sorry about stupid questions, but any help appreciated. :-) Todd On Mar 16, 2006, at 4:57

RE: Eclipse based Django IDE???

2006-03-16 Thread Leeuw van der, Tim
Hi Todd, I hadn't realized that the command would take over Eclipse, which is not what you want in case of the 'runserver' command! For 'runserver' you can perhaps define a small batchfile or shellscript, that starts 'manage.py' and that is available as a shortcut from the (windows) start-menu or

Re: Eclipse based Django IDE???

2006-03-16 Thread Steven Armstrong
> > Has anyone heard of something along the lines of a 'RadRails' for > Django? > > I google'd around and didn't see anything, other than PyDev. But I was > thinking that a similar product would be a pretty nice feather in > Django's hat. > > I'm a n00b with Python, but I'm trying it and Django o

Re: Eclipse based Django IDE???

2006-03-16 Thread Todd O'Bryan
I've just started playing with Django. I can't figure out how to run the necessary command-line python commands (such as "python manage.py runserver") from inside Eclipse. On my Mac, the command takes over Eclipse, I get the spinning beach ball of death, and can only halt the process by us

Re: Date format in admin interface

2006-03-16 Thread yuri
Hi Adrian, yip, I found those and played around with them, but they only change the display format, i.e. say in the "list objects" view. However, they don't alter the "create object" view, i.e., the date entry part. For example, the calendar widget in the admin men is still entering dates in the

ChangeManipulator

2006-03-16 Thread PythonistL
Is there a possibility to use ChangeManipulator for several items together at one go? To explain: for get_list_results( that consists several records) I need to offer a user a possibility to see the value of each item. In my template I have # {%for item in get_list _result%}

Re: Eclipse based Django IDE???

2006-03-16 Thread Jarek Zgoda
> Anyway, this might not be the best place for this thread, but I thought > I'd throw it out there. On a tangent, if anyone would care to > elaborate on their own IDE setup for working with Django, I'd > appreciate it! > > FYI, I've toyed with SPE, but I'm finding my expertise with Eclipse > mak