В Вск, 08/01/2006 в 16:24 -0500, Jeffrey E. Forcier пишет: > Oh, I see what you mean. I'm pretty sure you can just do an 'from > myproject import settings' in your view module, then throw the > variables from that into your template context, e.g. "context > ['MEDIA_URL'] = settings.MEDIA_URL" and so forth. Yes, but i must add that `import settings`/assign stuff to all views, and on every line on urlconf for every setting i want to use on every page...