Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ju-c/django-ci-cd-example
A simple Django app that will run tests on pull requests to our main branch.
https://github.com/ju-c/django-ci-cd-example
ci continuous-integration django github-actions python
Last synced: 21 days ago
JSON representation
A simple Django app that will run tests on pull requests to our main branch.
- Host: GitHub
- URL: https://github.com/ju-c/django-ci-cd-example
- Owner: ju-c
- Created: 2022-10-03T12:52:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T14:00:46.000Z (about 1 year ago)
- Last Synced: 2024-11-17T06:48:18.666Z (2 months ago)
- Topics: ci, continuous-integration, django, github-actions, python
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
![CI/CD Pipelines with Django and Github Actions](/img/django-cicd-github-actions.png)
# CI/CD Pipelines with Django and Github ActionsA simple Django app that will run tests on pull requests to our main branch.
You can view [the YAML file here](/.github/workflows/django.yml).[Github Actions Documentation](https://docs.github.com/en/actions)