As a test i have have decided to see if i can get the hashchange navigation trick think working with my django app...
So far i have it at the stage where the hash change triggers and only needs to load the data in, this is where i have problems.
Now, I am new to django and django/ajax and i dont know where to start, did a few googles and had no luck. In a nutshell I need a way to load in the pages without the template using the extend syntax.. Would i just be able to parse an additional value to the url and exclude it from the template?? im not sure
Please give some code guidance or something