Re: Django hosting

2011-07-25 Thread Gour-Gadadhara Dasa
On Mon, 25 Jul 2011 21:40:23 -0400 william ratcliff wrote: > +1 webfaction I used webfaction, but then moved to http://djangohosting.ch/ (http://djangoeurope.com) - nice ping from Europe, great support & prices and the setup is even more flexible than at Webfacton. Sincerely, Gour -- “In th

Re: my frist django project Error

2011-07-10 Thread Gour-Gadadhara Dasa
On Sun, 10 Jul 2011 19:42:17 +0100 Malcolm Box wrote: > Cal, > > You are contributing a lot to the django users group, but this > response isnt in the best spirit of the group. > > Yes, the op could work out from the traceback what the error was, but > we were all beginners once. If you compar

Re: Confusion about the new staticfiles contrib app

2011-07-08 Thread Gour-Gadadhara Dasa
On Tue, 25 Jan 2011 21:46:39 -0800 (PST) Brian Neal wrote: Hiya, > I'm trying to cut over my project to use the new staticfiles > application. I'm using the dev server with DEBUG = True on a recent > SVN trunk checkout. My STATIC_URL is '/static/' and my MEDIA_URL is > 'http://localhost:8000/med

Re: download-list app

2011-07-06 Thread Gour-Gadadhara Dasa
On Wed, 6 Jul 2011 10:19:55 -0700 (PDT) francescortiz wrote: > I don't want to be rude, but your question is so bague that I think > that you should start by reading some python and django books/ > documentation. Ahh...my mistake for not explaining better. Here is the demo: http://demo.smartwe

download-list app

2011-07-06 Thread Gour-Gadadhara Dasa
Hello! I'm starting with Django trying to migrate all my sites from PHP apps to Django apps... I'd like to have Download page to display list of available (mp3) files for download: Filename | Size | Number of downloads | Last updated Is there some django apps providing similar functionality a