Skip to content

andythekid/internet-apps-2-lecture-6-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Курс Технологии разработки интернет-приложений. 2 семестр

Лекция 6: Шаблоны django

Запуск

Клонируем репозиторий

git clone https://github.com/andythekid/internet-apps-2-lecture-6-templates.git
cd internet-apps-2-lecture-6-templates

Создаем виртуальное окружение:

python -m venv venv

Запускаем его на linux и Mac OS:

source venv/bin/activate

или на Windows

.\venv\bin\activate.bat

Устанавливаем пакеты:

pip install -r requirements.txt

Запускаем сервер:

cd templatesTest
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published