Remove comments model due to django sites error
This commit is contained in:
parent
3d0e7ac7af
commit
6657d3b7b7
3 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ run-here:
|
|||
docker-compose up
|
||||
|
||||
run:
|
||||
docker-compose up -d # detach by default
|
||||
docker-compose up -d --restart=always # detach by default
|
||||
|
||||
restart:
|
||||
docker-compose stop web
|
||||
|
|
|
@ -3,3 +3,6 @@ retry_files_enabled = False
|
|||
roles_path = ansible/roles:~/.ansible/roles
|
||||
vault_password_file = .keys/ansible.vault
|
||||
interpreter_python = /usr/bin/python3
|
||||
|
||||
[ssh_connection]
|
||||
scp_if_ssh=True
|
||||
|
|
|
@ -72,10 +72,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django_social_share',
|
||||
|
||||
'django.contrib.sites',
|
||||
'django_comments',
|
||||
'django_social_share'
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Reference in a new issue