Wow, we are in the rigth place... Django is the best!!!
El sáb, 02-12-2006 a las 17:17 +, psaletan escribió:
> http://www.niallkennedy.com/blog/archives/2006/11/google-mondrian.html
>
> >From the article:
>
> Guido van Rossum unveiled his first Google project, Mondrian, tonight
> during a P
I finally found it, put this in your urls(this works to me!):
(r'(^|/)css/(?P.*)$',
'django.views.static.serve',
{'document_root': 'templates/css/', 'show_indexes': True}),
Maybe you already do that... but just for another that have the same
problem :-P
--
http
Like rubyonrails creator say's "PHP is the Devil"(and we agree) ;)
El sáb, 18-11-2006 a las 16:16 +, Roboto escribió:
> Session Tampered Error (Admin only)
>
> Bug solved!
>
> TURN OFF MOD_PHP!!
>
>
> >
--
http://igordevlog.blogspot.com/
--~--~-~--~~~---~--
I dont see any problem with Django Site...
El lun, 13-11-2006 a las 21:40 -0500, Gabriel Puliatti escribió:
> Is the Django site down?
>
> I've been getting a (145) Connection timed out for a while now.
>
--
http://igordevlog.blogspot.com/
--~--~-~--~~~---~--~
I think that you need to do some: render_to_response to that *.js file
Because Django is not replacing the *.js Django is replacing the *.html
file
> in my template file, there's a var which i can use {{var1}} to get its
> value. and if i put the code
>
>
> document.write({{var1}});
>
>
> DI
In Django templates are text-based so if you write some HTML/X-HTML/XML
you most use some code for example: ñ = ñ
You can use http://www.nvu.com/index.php or your favorite html editor to
write your markup and then watch for the source code
> Hi,
>
> I had the same problem in Spanish.
>
> You m
6 matches
Mail list logo