galago pisze:
> How can I put a file, which is needed by the Google Webmasters Tool?
> Where to put it or how to configure django to read it?
AFAIR, you can add a DNS record or meta tag as well, meta tag coud be
placed in your template, probably base.html
--
Bartek
--
You received this message
SQ9MEV pisze:
> Lee Hinde pisze:
>> What's best practice here?
> Yet another way using nginx as a webserver:
> http://wiki.nginx.org/NginxHttpAccessKeyModule
And another one:
http://wiki.nginx.org/NginxHttpSecureDownload
--
Bart
--
You received this message because you a
Lee Hinde pisze:
> What's best practice here?
Yet another way using nginx as a webserver:
http://wiki.nginx.org/NginxHttpAccessKeyModule
--
Bart
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@
I've got some strange problems in my hosting enviroment using mod_wsgi
like that:
WSGIDaemonProcess mygroup user=myuser group=users processes=3
threads=10 display-name=mygroup
Enviroment:
python-2.6.1
python-apache-2.2.11
psycopg2-2.0.11
apache-mod_wsgi-2.5
glibc-2.10.1
The problem is that ran
Karen Tracey pisze:
>
> Sharing with the list what, exactly, the 'results far from expected'
> look like would be a start. I assume from the subject that you are
> getting some sort of encoding exception, but without the traceback it is
> a bit difficult to say where exactly the problem is.
Ind
Hi
Im using clientcide fupdate which generates ajax request:
http://dpaste.com/38671/
My post data includes some national (polish) characters, when i try to
save them i get results far from expected. My view is at
http://dpaste.com/38672/
What would be the best idea to handle this problem? Wher
Hi
Why there are not extra_centext date_list in date_based views except
archive_index and archive_year?
I've found this:
http://code.djangoproject.com/ticket/3274
but this patch isn't applied in Django-1.0.2-final.tar.gz?
What is the best way to have date_list in archive_list and archive_month
Konstantin S pisze:
> Hello!
> second one I found at code.google.com. (Url is
> http://code.google.com/p/django-pagination/). Which one would you
> recommend ?
This one works well for me (it uses the built-one), but remember not to
use {% if object_list %} before pagination tags in your template
Karen Tracey pisze:
> On Wed, Feb 4, 2009 at 3:01 AM, Bartek SQ9MEV <mailto:bar...@sq9mev.info>> wrote:
[...]
> So, any idea where's the clue?
> Is it possible to use django-pagination with generic views without so
> senseless overhead?
>
The cause wa
Bartek pisze:
> so... looks like everytime I need 20 Post items my database is hit by
> query returning all records... I find it a big overhead, and my app
> suffers from that...
Today I'm still investigating this issue, and I've just tried to use
Paginator object as described at
http://docs.djan
Hi all, I'm quite newbie in Django.
I use template fragment caching ({% cache ...%}...{% endcache %}. This
fragment changes rather seldom, changes originate only from admin site,
są for me its obvious to delete cache at adding objects from admin, and
use quite large tiemeout for my caches.
How ca
11 matches
Mail list logo