update to django 3.0 & asgi
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% load staticfiles cabinet %}
|
||||
{% load static cabinet %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html class="fixed dark" lang="en">
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
|
||||
<header class="header">
|
||||
<div class="logo-container">
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% extends 'cabinet/_base.html' %}
|
||||
{% load staticfiles bootstrap4 %}
|
||||
{% load static bootstrap4 %}
|
||||
|
||||
{% block page %}
|
||||
<section class="body-sign">
|
||||
|
Reference in New Issue
Block a user