python - Pinax How to add new pages? -


how create new pages pinax after installation.

most pages in django/pinax app created "normal" django way i.e. dynamically writing views rendered templates. if want flat pages can either create template e.g. about.html in templates folder , add url(r"^about/", templateview.as_view(template_name="about.html"), name="about"), urls.py alternatively use flatpages app lets create flat pages admin system.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -