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

Re: Different ways of working against a SQLite3 dB

2009-02-16 Thread DaSa
Thx for your tips! I tried to update my Python version but it did not work. Today I have my data in an Excel document, and I have a script that parse the excel document and creates sql-commands that I paste in the SQL shell. But as you know I have the problem with swedish signs. I shall try to

Re: Different ways of working against a SQLite3 dB

2009-02-15 Thread DaSa
n site and read it out in the "manage.py shell" I get weir signs. Are there any other APIs I can use against the database? Best regards Daniel On Feb 15, 2:00 pm, Daniel Roseman wrote: > On Feb 15, 12:53 pm, DaSa wrote: > > > > > Hi, > > > Maybe this is a

Different ways of working against a SQLite3 dB

2009-02-15 Thread DaSa
Hi, Maybe this is a SQLite question, but a guess many Django users uses SQLite3. I have a lot of data that I want to export to my SQLite3 database. My problem is that the data contains special signs (swedish åäö) and therefore is it not possible to insert the data through "windows command prompt

Re: SQLite, swedish signs

2009-02-10 Thread DaSa
The traceback: Environment: Request Method: POST Request URL: http://127.0.0.1:8000/admin/polls/poll/add/ Django Version: 1.0.2 final Python Version: 2.5.3 Installed Applications: ['django.contrib.admin', 'django.contrib.admindocs', 'django.contrib.auth', 'django.contrib.contenttypes', 'djan