Re: Dynamic columns in admin changelists

2008-11-22 Thread Steve Phillips
For me the #django IRC chat logs have given me much success as a reference point as I am a beginner with django. That search on there for me is a goldmine. Steve On 11/21/08, AndyB <[EMAIL PROTECTED]> wrote: > > I basically would like some way for staff users to choose which > columns are displa

Re: django documentation

2008-11-24 Thread Steve Phillips
I too was in your position. I am fairly new to Django and was getting very frustrated with the docs. They tell me to just do something and left it at that. I then went to the django docs on the djangoproject website and discovered that everything I needed was there. I was just searching the wrong

App Name in Admin

2008-11-25 Thread Steve Phillips
Hi All I have been searching through the list and IRC archives all day and haven't found anything recent about changing the name that's displayed for a app on the admin page? Before I go and just 'write my way around it', does anyone know of a shortcut to do it? Thanks in advance, Steve --~--~

Re: App Name in Admin

2008-11-26 Thread Steve Phillips
Application not model. verbose_name works for model itself > > > > Just now there is no way to set custom application name. > > > > > On Wed, Nov 26, 2008 at 10:40, Daniel Roseman < > [EMAIL PROTECTED] > > > > > > wrote: > > > > > On

Re: Best IDE for Django and python?

2008-11-26 Thread Steve Phillips
I personally use Komodo Edit along with IDLE. Also instead of using "manage.py shell" I use IDLE. I am so spoiled by the autocompletions. On 11/26/08, Chagel <[EMAIL PROTECTED]> wrote: > > > anyone know when NB has Django project support? > > > On Nov 25, 8:26 pm, bedros <[EMAIL PROTECTED]> wrot

App Name In Admin

2008-12-03 Thread Steve Phillips
Hi All, Around two weeks ago I inquired about customizing the "App Name" in the the Admin Interface. I came up with a solution which involves copying the original "django.contrib.admin, sites.py" over to project level and did what I needed to do to make it so I could have a custom app name and use

Re: missing admin documentation

2008-12-09 Thread Steve Phillips
Right in your urls.py there should be commented out lines that's specifically tells you what to do to get the docs working. Once you do that then you will see the link. Steve On 12/9/08, aparajita <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using django release 1.0.2, nothing modified. My admin

Re: Django form HTML is rendered as TEXT

2008-12-25 Thread Steve Phillips
Hi, Is it some html that's generated by Django or do you have something generating it? SP On 12/25/08, s4shre...@gmail.com wrote: > > Hi Guys, > I am new to Django . My Django form HTML is rendered as TEXT . It > does not display the HTML as such. > > Please assist. > > Thanks in Advance > Reg