Skip to content

Django forms: POST vs GET explanation #307

Django forms: POST vs GET explanation

Django forms: POST vs GET explanation #307

Workflow file for this run

name: Build
on:
- pull_request
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install and Build
run: |
npm install
npx honkit build