import os, sys
activate_this = '/home/f...логин.../venv/bin/activate_this.py'
with open(activate_this) as f:
exec(f.read(), {'__file__': activate_this})
sys.path.insert(0, os.path.join('/home/f...логин.../domains/домен.ru/папка проекта'))
os.environ['DJANGO_SETTINGS_MODULE'] = 'skb.settings'
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()
"""By using execfile(this_file, dict(__file__=this_file)) you will
activate this virtualenv environment.
This can be used when you must use an existing Python interpreter, not
the virtualenv bin/python
"""
try:
__file__
except NameError:
raise AssertionError(
"You must run this like execfile('path/to/activate_this.py', dict(__file__='path/to/activate_this.py'))")
import sys
import os
old_os_path = os.environ.get('PATH', '')
os.environ['PATH'] = os.path.dirname(os.path.abspath(__file__)) + os.pathsep + old_os_path
base = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
if sys.platform == 'win32':
site_packages = os.path.join(base, 'Lib', 'site-packages')
else:
site_packages = os.path.join(base, 'lib', 'python%s' % sys.version[:3], 'site-packages')
prev_sys_path = list(sys.path)
import site
site.addsitedir(site_packages)
sys.real_prefix = sys.prefix
sys.prefix = base
# Move the added items to the front of the path:
new_sys_path = []
for item in list(sys.path):
if item not in prev_sys_path:
new_sys_path.append(item)
sys.path.remove(item)
sys.path[:0] = new_sys_path
"""
WSGI config for skb project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'skb.settings')
application = get_wsgi_application()
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} ^www.shkafkupebel\.ru$ [NC]
RewriteRule ^(.*)$ https://shkafkupebel.ru/$1 [R=301,L]
DirectoryIndex site.wsgi index.html
Options +ExecCGI
AddHandler wsgi-script .wsgi .py
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /site.wsgi/$1 [QSA,PT,L]
RewriteEngine On
<filesMatch "/admin/">
Header set X-Robots-Tag "noindex, noodp, noarchive"
</filesMatch>
#-------------------------------------------------------------------------------
form.on('submit', function (event) {
event.preventDefault();
Всё, что нашёл, это если брать за базовый шрифт Calibri 11pt, то размер ячеек рассчитывается так: