Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulina-Lopez committed Nov 21, 2022
1 parent fee55a5 commit 9d51bfa
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 3 deletions.
Binary file modified BIOEAFIT/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified BIOEAFIT/__pycache__/settings.cpython-310.pyc
Binary file not shown.
Binary file modified BIOEAFIT/__pycache__/urls.cpython-310.pyc
Binary file not shown.
Binary file modified BIOEAFIT/__pycache__/wsgi.cpython-310.pyc
Binary file not shown.
6 changes: 3 additions & 3 deletions BIOEAFIT/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['34.132.74.72']


# Application definition
Expand Down Expand Up @@ -55,7 +55,7 @@
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': ['C:/Users/USER/Documents/Camilo/programacion/PI1/proyecto/BIOEAFIT/appBIOEAFIT/Templates'],
'DIRS': ['C:/Users/Paulina López/Documents/Trabajos U/Cuarto Semestre/Proyecto Integrador I/BIOEAFIT/appBIOEAFIT/Templates'],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
Expand All @@ -79,7 +79,7 @@
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'BIOEAFIT',
'USER': 'postgres',
'PASSWORD': '2242003179248650',
'PASSWORD': '1034916004',
'HOST': '127.0.0.1',
'DATABASE_PORT': '5432',
}
Expand Down
Binary file modified appBIOEAFIT/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified appBIOEAFIT/__pycache__/admin.cpython-310.pyc
Binary file not shown.
Binary file modified appBIOEAFIT/__pycache__/apps.cpython-310.pyc
Binary file not shown.
Binary file modified appBIOEAFIT/__pycache__/models.cpython-310.pyc
Binary file not shown.
Binary file modified appBIOEAFIT/__pycache__/views.cpython-310.pyc
Binary file not shown.
Binary file modified appBIOEAFIT/migrations/__pycache__/0001_initial.cpython-310.pyc
Binary file not shown.
Binary file modified appBIOEAFIT/migrations/__pycache__/0002_usuario.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified appBIOEAFIT/migrations/__pycache__/__init__.cpython-310.pyc
Binary file not shown.

0 comments on commit 9d51bfa

Please sign in to comment.