Страница 1 из 1

django

Добавлено: Вс, 25 июля 2021, 19:03:22
dyvniy
пока интересно
https://django.fun/docs/django/ru/3.2/intro/tutorial01/

Код: Выделить всё

django-admin startproject mysite
cd mysite

python manage
.py runserver
REM Ctrl 
+ C to finish

python manage
.py startapp polls