Upgraded to Django 3.0.1
This commit is contained in:
parent
8f36b25946
commit
e49f326611
2 changed files with 5 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Django==2.0.6
|
||||
django-tinymce==2.6.0
|
||||
openpyxl==2.4.1
|
||||
Pillow==4.0.0
|
||||
reportlab==3.4.0
|
||||
Django==3.0.1
|
||||
django-tinymce==2.8.0
|
||||
openpyxl==3.0.2
|
||||
Pillow==6.2.1
|
||||
reportlab==3.5.32
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/base.css' %}" />
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/dashboard.css' %}" />
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/main3.css' %}" />
|
||||
<script type="text/javascript" src="{% static 'js/tiny_mce/tiny_mce.js' %}"></script>
|
||||
{% block extrastyle %}{% endblock %}
|
||||
{% block extrahead %}{% endblock %}
|
||||
{% block blockbots %}<meta name="robots" content="NONE,NOARCHIVE" />{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue