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 - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -