Learn Django 2.1 - Introduction, Installation And Creating First Project #1

preview_player
Показать описание
This is our first video in Learn Django 2.1, in this video we are going to have a simple Introduction to Django 2.1 and also we will learn
the Installation process of Django framework and how can create Creating First Project in Django

What Is Django ?

Django 2.1 framework was started in 2003 as a Project by Adrian Holovaty and Simon Willison
And in 2005 the first public version of django was released, and now Django framework operates under the guidance of the Django Software Foundation (DSF), the framework core has over 1000 contributors with more than 15 release versions, and there are over 3000 packages specifically designed to work with the Django framework Django framework is a Model-View-Controller (MVC) and it is a server side framework that operates
With relational databases and also we can use django with non-relational databases via third party packages. Also django has a good documentation that you can use from that
the Django framework uses a set of design principles that produces one of the most productive web development processes compared to many other web frameworks, the principles are consist of

You can check our website
1: Don’t Repeat Yourself (DRY)
2: Explicit Is Better Than Implicit
3: Loosely Coupled Architecture

Official Website Of Django

Documentation For Django framework
Рекомендации по теме
Комментарии
Автор

Thank you. This tutorial is really clear.

djamelbenabderrahmane
Автор

Just discovered this channel, love your contents, Keep up with the good works, subscribed!

ZxUniverse
Автор

Thanks for your Django 2.1 tutorial, great stuff!

miradama
Автор

Thank you so much sir for giving such a nice tutorials

kedharchundu
Автор

Thanks for replying. Could you tell me where where I would put the django directory I do not know where to put it? I am using python 3.7 with pycharm IDE, using windows.

PauloRoberto-yjkw
Автор

can you make a video to show how you configure your PyCharm properly for Python and Django

hoangduocsu
Автор

Parwiz I was able to change the directory I ran the command: python manage.py runserver and everything went fine as it is in class.

PauloRoberto-yjkw
Автор

(venv) manage.py runserver
Traceback (most recent call last):
File "manage.py", line 8, in <module>
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "manage.py", line 14, in <module>
) from exc
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environmen
t variable? Did you forget to activate a virtual environment?


Can someone help me with this error?

PauloRoberto-yjkw