django-easy-maps not rendering map when using ajax

2012-07-11 Thread Dhiraj Thakur
The error is this "A call to document.write() from an asynchronously-loaded external script was ignored." but i haven't used document.write() anywhere in my jQuery code my template code is this {{address}} {% load easy_maps_tags %} {% easy_map address 725 400 %} This comment

Re: Hi all.. Please help me to build a sample django project

2012-07-09 Thread Dhiraj Thakur
Grab a copy of the Apress The Definitive Guide to Django and start reading it...after one month you'll say why had i asked this question ;) Regarding your registration form its simple but you should know what is GET what is POST request (another reason to read the book) anyway...steps: 1. Crea

Re: Highlighting Active Navigation Link - correct approach?

2012-07-06 Thread Dhiraj Thakur
On Monday, January 9, 2012 11:57:52 AM UTC+5:30, Victor Hooi wrote: > > hi, > > I have a project where I'm using Bootstrap ( > www.github.com/twitter/bootstrap) with Django. > > I need to add a CSS class ("active") to highlight the active navigation > link. > > Anyhow, I did some Googling: > > h