Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove incorrect db comment #2254

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

fidoriel
Copy link
Collaborator

No description provided.

@fidoriel fidoriel force-pushed the remove-db-comment branch from a192edd to 94c93d5 Compare July 29, 2024 19:26
@janno42 janno42 requested a review from richardebeling July 29, 2024 19:29
Comment on lines 3 to 6
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'evap',
'USER': 'evap',
'PASSWORD': 'evap',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'evap',
'USER': 'evap',
'PASSWORD': 'evap',
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'evap',
'USER': 'evap',
'PASSWORD': 'evap',

(We don't have auto-formatting for this file, I still don't want trailing spaces in here)

Copy link
Member

@richardebeling richardebeling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@richardebeling richardebeling merged commit 734317c into e-valuation:main Aug 1, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants