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 pagination_filters %}
{% comment %} {% load pagination_filters %} {% comment %}
<html>
<head>
<title>BLOG</title>

View File

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

View File

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

View File

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