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

Add Django MySQL App Service / ACA - fix typos and styles #55

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Conversation

john0isaac
Copy link
Contributor

Purpose

After building this I used Cookiecutter to generate the repo I previously created and there were no changes in the code.

Does this introduce a breaking change?

[X] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

error: django.db.utils.OperationalError: (2002, Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2))
Django has the same env vars for development and production. My production env vars started with Azure_something which made django deployment fail
@john0isaac
Copy link
Contributor Author

john0isaac commented Mar 2, 2024

commits relates to this PR 555388a , 317cccb , 0191b93 , 9f479f7 , 9e8143f , a442c62 , 882f06a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

src/.dockerignore exists in non Containerized Apps Flask related part in Django Template
1 participant