https://github.com/ajsalemo/python-django-azuredevops-containerized
A Containerized Django application with Bootstrap that displays some pre-defined images from Unsplash. Deployed using Azure DevOps pipelines.
https://github.com/ajsalemo/python-django-azuredevops-containerized
azure bootstrap containers django django-application docker mvc postgres python
Last synced: 3 months ago
JSON representation
A Containerized Django application with Bootstrap that displays some pre-defined images from Unsplash. Deployed using Azure DevOps pipelines.
- Host: GitHub
- URL: https://github.com/ajsalemo/python-django-azuredevops-containerized
- Owner: Ajsalemo
- Created: 2021-10-03T21:29:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T17:16:57.000Z (over 4 years ago)
- Last Synced: 2025-05-21T05:36:23.073Z (about 1 year ago)
- Topics: azure, bootstrap, containers, django, django-application, docker, mvc, postgres, python
- Language: Python
- Homepage:
- Size: 634 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Django-AzureDevOps-Containerized
A Containerized Django application with Bootstrap that displays some pre-defined images from Unsplash. Deployed using Azure DevOps pipelines. This repository can also be deployed to [Azure Container Apps](https://docs.microsoft.com/en-us/azure/container-apps/).
Steps to run:
- This can be ran and deployed with and without containerization.
- An Unsplash API key is needed. This is free of charge. [Link](https://unsplash.com/developers)
- You can use the existing Azure Database for PostreSQL connection in `unsplash/settings.py` -> `DATABASES` or switch this out for a database provider of your choice.
- Replace the environment variables for the above as needed.
- If using this to try out [Azure Container Apps](https://docs.microsoft.com/en-us/azure/container-apps/), update the needed values in `container-apps-deployment/deploy.json` prior to deployment.
