Amir

You will need a basic - very basic - understanding of databases and
webservers.

The webserver will serve your content.
The database will store your content.

For databases, you need to know: how to create one, add a user, give that
user a password. (easy, can google)
For webservers, you need to know how to config to get it serving your
content. (medium, can google - although if you are just developing and
testing locally while you learn, you don't even need to use this - just
./manage runserver )

After that, it's all python.

So - what is it you don't understand?

The Django Tutorial remains one of the best tutorials I've ever used:
https://docs.djangoproject.com/en/1.11/intro/tutorial01/

Cheers
L.


------
"Mission Statement: To provide hope and inspiration for collective action,
to build collective power, to achieve collective transformation, rooted in
grief and rage but pointed towards vision and dreams."

 - Patrisse Cullors, *Black Lives Matter founder*

On 14 July 2017 at 09:48, Amir Pirmoradian <amirpirmoradia...@gmail.com>
wrote:

> Hey Guys, i'm a absolute beginner  at Django. I started to learn django
> from https://www.djangoproject.com but it's too confusing.
> I know python completely.
> My question is:Should i know anything else except python to learn
> Django?because i don't understand Django at all.Or i should try harder?
>
> --
> 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/1d33e1c7-42fb-414d-b8d7-b6441a6d0cfc%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/1d33e1c7-42fb-414d-b8d7-b6441a6d0cfc%40googlegroups.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/CAGBeqiNn-LqYgSGCNK%2B28i6d9RUzbh1BQc52okVo18vadfRXaQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to