update to django 3.0 & asgi

This commit is contained in:
2019-11-25 22:37:01 +03:00
parent 3f689da8ac
commit ec8f60876a
20 changed files with 259 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
{% load staticfiles cabinet %}
{% load static cabinet %}
<!DOCTYPE html>
<html class="fixed dark" lang="en">

View File

@@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<header class="header">
<div class="logo-container">

View File

@@ -1,5 +1,5 @@
{% extends 'cabinet/_base.html' %}
{% load staticfiles bootstrap4 %}
{% load static bootstrap4 %}
{% block page %}
<section class="body-sign">