Common web application tasks :-)

Seriously though - Django makes it easy to do things that you may want to
do with a web application, for example:
* Handle forms for adding / updating items in a database
* Competent ORM.
* User authentication / authorization
* Simple admin interface
* Handle dynamic webbpages.
* Send dynamic email.
* Create just about anything you need to be able to create on a web
application.
* Also because Django is written in python you get access to all of the
Python tools and plugins.

I think the question is rather - what CAN'T you do with Django? :)

It is one of the most competent allaround frameworks I have ever seen.

Regards,

Andréas

2018-06-18 19:48 GMT+02:00 Navjit Kaur <nspal....@gmail.com>:

> Hello,
>
> I have recently started learning about Django. Before I start making
> projects using Django I just wished to read about it first. So, I visited
> to the Django website.
>
> https://www.djangoproject.com/start/overview/
>
> At there, in the various features of Django there is one feature that is
>
> 'Fully loaded: Django includes dozens of extras you can use to handle
> common Web development tasks. Django takes care of user authentication,
> content administration, site maps, RSS feeds, and many more tasks — right
> out of the box."
>
> Can you please explain-"common Web development task" here.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CABgCaHxAfaiP%2BVQHM67FHs8UqAYOLTkZHvdbAwk0O
> jV4CKHMug%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CABgCaHxAfaiP%2BVQHM67FHs8UqAYOLTkZHvdbAwk0OjV4CKHMug%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAK4qSCfgQYJ9g8V9AdAuMLBuViUzo1ZQubF%3DD15vNV74rQCTGw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to