Re: It is possible to list data from a database view in Django?

2011-07-19 Thread
I remember there is a app in django which is called databrowse.and this is a django contrib app.It just can satify your needs .try that. 2011/7/19 Andre Lopes > Hi, > > I'm new to Django. I'm in the process of test the features of Django > to move a site from PHP to Python/Django. > > I have

Re: Django for a front end designer

2011-08-03 Thread
django is best for you,.beacuse it is writed by Python.and python is a clear language. 2011/8/3 Bruce Dou > Or you can try Rails. > > > On Wed, Aug 3, 2011 at 4:15 PM, Andre Lopes wrote: > >> If you want to start with a PHP Framework, consider CodeIgniter. It is >> the easier Framework for a st

Re: Upload Multiple Images App ?

2011-08-17 Thread
to Kevin Monceaux,according to  Kevin's offering link,we must delete the underline file by ourselves,django is no longer doing this for us.I think you can write your own code to delete the files which is local our your computer.And this is easy.By the way,this posy is very useful.It mentions almos

Re: Djangonaut is looking for a job

2011-08-17 Thread
hello,I am from China。And I am looking a job about python/django .Just same as you .Remote (telecommuting) only.Can we find the job like this? 2011/8/5 Eugeny Belykh : > Hi everybody.I am Django newbee based in Russia. I am looking for a > Django related job.Remote (telecommuting) only. 1 django-p

Re: How to display Scientific Notation for a field on the admin pages?

2011-08-17 Thread
I think you can add a method in the class .when you want to display the scientific notation on the admin pages ,just call the instance.method.and that is ok. 2011/8/5 Jeremy Dunck : > On Tue, Aug 2, 2011 at 12:32 PM, DjangoOfWar wrote: >> Right now I have a Decimal field in my model but I'd like