Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 670 Bytes

File metadata and controls

24 lines (18 loc) · 670 Bytes

TexPark_Web

Технопарк Mail.ru / 1й семестр / Web-технологии

  • Техническое задание (Markdown, PDF)

Installation

Must be installed

  • python3
  • pip3
  • virtualenv
  • libmysqlclient-dev
  • mysql-client
  • libmemcached-dev

Build python interpreter

  • ./build

Edit db.cnf

  • nano db.cnf

DB migrations

  • ./venv/bin/python manage.py makemigrations SiteApp
  • ./venv/bin/python manage.py migrate