discusses what a web framework is, and why/how it might offer you more
productivity just using "raw" Python (bearing in mind that most of the
time, apart from the HTML templates, you *will* be using Python
anyway).
You cannot "see" a sample app because apps are meant to be used as
part of a project; if that is what you meant, then look at
http://www.djangosites.org/ for example of such projects.
http://pinaxproject.com/ is a good example of a project that
integrates multiple Django apps and is, itself, designed to be
customized further. If you are building websites that fit into the
domain space that it covers, you'd get a boost in productivity from
not re-inventing some wheels.
On Aug 23, 2:01 pm, Julian <notdiffic...@gmx.net> wrote:
> Is there any document available that describes WHAT Django is? I am
> not looking for an installation guide, neither for tutorial, nor for
> "Django is a high-level Python Web framework". But: What does this
> framework include? What is it used for? How does it increase
> productivity? Why shouldn't I use directly Python to create web apps/
> pages? How could a sample app look like (without giving source code)?
>
> Such explanations would be extremely helpful and maybe even worth to
> be linked intohttps://www.djangoproject.com/
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment