Skip to content
Snippets Groups Projects
Commit a8f968a7 authored by Evili del Rio's avatar Evili del Rio
Browse files

Created settings.ci

parent 816e2a8d
No related branches found
No related tags found
No related merge requests found
*~
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
......@@ -9,6 +10,7 @@ __pycache__/
# Distribution / packaging
.Python
env/
.*env*/
build/
develop-eggs/
dist/
......
File moved
from . import *
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'ci',
'USER': 'postgres',
'PASSWORD': 'postgres',
'HOST': 'postgres',
'PORT': '5432',
},
}
Django<1.12; python_version >='3.0'
django-bootstrap3
psycopg2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment