Azure-Samples / azure-django-postgres-flexible-aca

Web app using Python Django backend, set up for deployment to Azure Container Apps with Azure PostgreSQL Flexible Server.
MIT License
17 stars 31 forks source link

relecloud #1

Closed dawnwages closed 1 year ago

dawnwages commented 1 year ago

Purpose

Does this introduce a breaking change?

[ ] Yes
[x] 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:

How to Test

git clone git@github.com:Azure-Samples/azure-django-postgres-aca.git
cd azure-django-postgres-aca
git checkout relecloud

python -m venv venv
venv\Scripts\activate (Windows)
pip install -r requirements.txt

python manage.py createsuperuser
python manage.py runserver
python manage.py migrate

What to Check

Verify that the following are valid

Other Information

dawnwages commented 1 year ago

If ya'll want to create some tickets for any additional features we wanted to add? This is the basic relecloud application.

kjaymiller commented 1 year ago

All in all this is great! I'm waiting on a best practice recommendation but we can definitely use this as a starting point. If I don't hear back by today then consider approved and we can change if needed.

kjaymiller commented 1 year ago

Everything is good to go. We can make some minor changes but nothing here is going to be a blocker... Thank you so much Dawn go ahead and merge.