This commit is contained in:
2017-12-08 01:50:57 +03:00
parent 3c559014d9
commit 91954feb54
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1,6 +1,5 @@
Django==1.8
django-pagination==1.0.7; python_version < '2.7'
Django==1.11
django-taggit==0.22.1
psycopg2
django-tinymce