Skip to content

Commit

Permalink
cleaned settings
Browse files Browse the repository at this point in the history
  • Loading branch information
prStudentka committed Feb 25, 2024
1 parent 1f11bcc commit de0a640
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions task_manager/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"""

import os
# import dj_database_url
from urllib.parse import urlparse
from pathlib import Path
from dotenv import load_dotenv
Expand Down Expand Up @@ -111,9 +110,7 @@
}
}

# DATABASES['default_psycopg'] = dj_database_url.config(
# default=os.getenv('DATABASE_URL'),
# conn_max_age=600)

# Password validation
# https://docs.djangoproject.com/en/4.2/ref/settings/#auth-password-validators

Expand Down

0 comments on commit de0a640

Please sign in to comment.