Building a django app with some mostly static pages at the front of the site e.g. about.html faq.html
I am using Django Flatpages in a production site. I\'d like to figure out the best way to开发者_开发知识库 make sure if an admin makes a mistake editing a file, old version of the page can be retrieve
I use django flatpages for a lot of content on our site, I\'d like to extend it to accept django template tags in the content as well.
I\'m using django 1.1 and flatpages. It works pretty well, but I didn\'t manage to get a catchall or default page running.
I have a client with a \"Directions\" page in their website and they wanted to add a Google map to the page, so they went to maps and put in thei开发者_高级运维r location and then used the \"embed\" l
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I want to make sure all of my flatpages have the www subdomain and redirect to it if they don\'t. I\'ve looked at some middlewares that redirect to www, but (1), they usually redirect all urls to ww