insecure
This commit is contained in:
parent
b6b500ad61
commit
c057cfafe3
@ -79,7 +79,7 @@ services:
|
|||||||
DB_PASSWORD: $DB_PASSWORD_DEV
|
DB_PASSWORD: $DB_PASSWORD_DEV
|
||||||
DEBUG: "true"
|
DEBUG: "true"
|
||||||
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_DEV
|
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_DEV
|
||||||
command: ./manage.py runserver 0.0.0.0:8000 --noreload
|
command: ./manage.py runserver 0.0.0.0:8000 --noreload --insecure
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
{% load static %}
|
|
||||||
|
|
||||||
{% block title %}Вход{% endblock %}
|
{% block title %}Вход{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<center>
|
<center>
|
||||||
<div>
|
<div>
|
||||||
<table><tr><td><img style="height: 80px; width: 80px;" src="{% static 'assets/img/brand/dark.svg' %}" /></td><td><h1>Sprint</h1></td></tr></table>
|
<table><tr><td><img style="height: 80px; width: 80px;" src="/static/assets/img/brand/dark.svg" /></td><td><h1>Sprint</h1></td></tr></table>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
|
Loading…
Reference in New Issue
Block a user