This commit is contained in:
2017-12-08 02:18:43 +03:00
parent 721f258297
commit 54bc697308
4 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
{% load staticfiles %} {% load staticfiles %}
{% load pagination_filters %} {% comment %} {% load pagination_filters %} {% comment %}
<html> <html>
<head> <head>
<title>BLOG</title> <title>BLOG</title>

View File

@ -1,5 +1,5 @@
{% extends 'blog/base.html' %} {% extends 'blog/base.html' %}
{% load pagination_tags %} {% comment %} {% load pagination_tags %} {% endcomment %}
{% block content %} {% block content %}
{% if posts %} {% if posts %}

View File

@ -41,7 +41,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'blog', 'blog',
'taggit', 'taggit',
'pagination', # 'pagination',
] ]
MIDDLEWARE_CLASSES = [ MIDDLEWARE_CLASSES = [

View File

@ -1,5 +1,5 @@
Django==1.11 Django==1.11.1
django-taggit==0.22.1 django-taggit==0.22.1
psycopg2 psycopg2
django-tinymce django-tinymce