No description
  • Python 97.9%
  • HTML 1.6%
  • Shell 0.3%
  • Dockerfile 0.1%
Find a file
2026-03-30 18:00:20 +00:00
.githooks AAP-35592: Move git hooks to own folder, add pre-push hook (#674) 2024-12-17 09:01:01 -05:00
.github AAP-65704 Do not run actions on push if not for a protected branch (#928) 2026-02-12 18:39:31 +00:00
ansible_base [AAP-69161] Fix TOCTOU race in RBAC caching causing FK violations under concurrency (#967) 2026-03-30 18:00:20 +00:00
compose [AAP-41963] Fix SonarCloud security hotspots (#707) 2025-04-01 19:11:32 +02:00
docs AAP-64565 Remove fallback authentication (#947) 2026-02-23 20:27:36 +00:00
requirements Revert "[AAP-62242] Updating urllib3 to 2.6.3 for CVE-2025-66471 (#912)" (#913) 2026-01-09 14:51:05 -05:00
test_app [AAP-69161] Fix TOCTOU race in RBAC caching causing FK violations under concurrency (#967) 2026-03-30 18:00:20 +00:00
tools AAP-53946 [devel-only] Forever ensure that ansible_base.lib.* is importable (#844) 2025-10-01 19:13:44 +00:00
.dockerignore AAP-45875 Runtime Feature Flags (#875) 2025-11-24 20:36:39 +00:00
.git_archival.txt AAP-58240: Add git archive support for setuptools-scm (#901) 2025-12-10 15:09:36 +00:00
.gitattributes AAP-58240: Add git archive support for setuptools-scm (#901) 2025-12-10 15:09:36 +00:00
.gitignore Fix the docker-compose serving (#694) 2025-04-01 09:20:18 -04:00
.help_text_check.ignore Adding missing help_text and check 2024-11-26 16:10:05 -05:00
docker-compose.yml [AAP-41963] Fix SonarCloud security hotspots (#707) 2025-04-01 19:11:32 +02:00
Dockerfile Make python 3.12 default (#892) 2025-12-11 19:36:46 +00:00
LICENSE Use LICENSE file according to the official guidelines 2024-04-03 22:29:52 +02:00
Makefile Make python 3.12 default (#892) 2025-12-11 19:36:46 +00:00
manage.py Split DAB into multiple applications (#76) 2024-01-19 17:10:35 +00:00
MANIFEST.in AAP-45875 Include feature flags definitions in package manifest 2025-11-26 10:21:51 -05:00
pyproject.toml Make python 3.12 default (#892) 2025-12-11 19:36:46 +00:00
README.md [AAP-52663] Add SonarCloud badges to README.md (#856) 2025-10-06 16:05:48 -04:00
SECURITY.md Initial commit, not properly building yet 2023-10-25 14:22:32 -04:00
sonar-project.properties Make python 3.12 default (#892) 2025-12-11 19:36:46 +00:00

Quality Gate Status Coverage Vulnerabilities Security Rating Bugs Code Smells Maintainability Rating

django-ansible-base

What is it?

Django-ansible-base is exactly what it says it is. A base for any Ansible application which will leverage Django.

Documentation

Docs for django-ansible-base features can be found in the docs directory.

Information about the test_app and how to start/use it can be found in test_app/README.md