Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
A ready-to-use CI/CD Pipeline for your Django projects.
This package works with Node.js, Deno, Bun


JSR Score
64%
Published
a year ago (0.10.0)
Django Pipeline
A ready-to-use CI/CD Pipeline for your Django projects.
🚀 Usage
Run the following command:
fluentci run django_pipeline
Or, if you want to use it as a template:
fluentci init -t django
This will create a .fluentci folder in your project.
Now you can run the pipeline with:
fluentci run .
Dagger Module
Use as a Dagger module:
dagger install github.com/fluent-ci-templates/django-pipeline@main
Jobs
| Job | Description |
|---|---|
| djangoTests | Run your tests |
djangoTests( src: Directory | string | undefined = "." ): Promise<string>
Programmatic usage
You can also use this pipeline programmatically:
import { djangoTests } from "jsr:@fluentci/django"; await djangoTests();
Built and signed on
GitHub Actions
Add Package
deno add jsr:@fluentci/django
Import symbol
import * as django from "@fluentci/django";
Import directly with a jsr specifier
import * as django from "jsr:@fluentci/django";
Add Package
pnpm i jsr:@fluentci/django
pnpm dlx jsr add @fluentci/django
Import symbol
import * as django from "@fluentci/django";
Add Package
yarn add jsr:@fluentci/django
yarn dlx jsr add @fluentci/django
Import symbol
import * as django from "@fluentci/django";
Add Package
vlt install jsr:@fluentci/django
Import symbol
import * as django from "@fluentci/django";
Add Package
npx jsr add @fluentci/django
Import symbol
import * as django from "@fluentci/django";
Add Package
bunx jsr add @fluentci/django
Import symbol
import * as django from "@fluentci/django";