Skip to content

Repository files navigation

DjangoCon US Docs

Want to help run DjangoCon US? Say hello!

We'll chat with you about how you'd like to contribute, then add you to our mailing list, Slack workspace, GitHub, and all the places.

Code of Conduct

As a contributor, you can help us keep the Django community open and inclusive. Please read and follow our Code of Conduct.

To run locally

With uv

Requires uv to be installed.

# Install dependencies
uv sync

# Serve docs locally
uv run zensical serve

# Build static site
uv run zensical build

The docs will be available at http://127.0.0.1:8000

With just

Requires just and uv to be installed.

# Install dependencies
just bootstrap

# Serve docs locally
just serve

# Build static site
just build

The docs will be available at http://127.0.0.1:8000

With Docker Compose

Requires just and Docker to be installed.

# Start the docs server
just up

# Or run in detached mode
just up -d

# Stop the server
just down

The docs will be available at http://127.0.0.1:8000

About

DjangoCon US: Docs, Tasks, & Checklists

Resources

Stars

23 stars

Watchers

26 watching

Forks

Releases

Packages

Used by

Contributors

Languages