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: 4 months 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 (over 1 year ago)
- Last Synced: 2025-01-06T17:18:30.662Z (6 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
[](https://forthebadge.com) [](https://forthebadge.com)

# 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)