nanorepublicananorepublicaCommunityΒ·17 Agent Skills Included

django-prodserver

Run Django production servers and workers with one command

Starts production web servers and background workers in Django projects through a single consistent management command. Supports Gunicorn, Uvicorn, Granian, Waitress, Celery, and Django Tasks backends configured in one settings block. Removes the need to memorize different startup flags and scripts for each server or worker process.
npx skills add nanorepublica/django-prodserver --all -g -y

All Skills in This Repository (17)

Pure Emerald Level Indicators
πŸ“¦ In Repo
nanorepublicananorepublica

Backend Migrations

Enforce backend migration coding standards for schema changes and scripts.

Community
Basic
πŸ“¦ In Repo
nanorepublicananorepublica

Global Error Handling

Standardize catch, logging, and fallback behavior across code modules.

Community
Basic
πŸ“¦ In Repo
nanorepublicananorepublica

Testing Unit Tests

Standardize unit-test coding practices across Claude Code projects.

Community
Basic
πŸ“¦ In Repo
nanorepublicananorepublica

Testing Test Writing

Enforce standardized test-writing guidelines within Claude Code workflows.

Community
Basic
πŸ“¦ In Repo
nanorepublicananorepublica

Frontend Accessibility

Enforce frontend accessibility compliance in HTML, CSS, and JavaScript components.

Community
Basic
πŸ“¦ In Repo
nanorepublicananorepublica

Frontend CSS

Enforce frontend CSS coding standards for naming, organization, and responsive design.

Community
Basic
πŸ“¦ In Repo
nanorepublicananorepublica

Frontend Components

Enforce frontend component coding standards during creation, refactoring, linting, and review.

Community
Basic
πŸ“¦ In Repo
nanorepublicananorepublica

Global Commenting

Apply standardized file headers and module-level comments across codebases.

Community
Basic
πŸ“¦ In Repo
nanorepublicananorepublica

Global Conventions

Apply global coding conventions during editing, generation, and review of Claude Code project files.

Community
Basic
πŸ“¦ In Repo
nanorepublicananorepublica

Global Coding Style

Enforce global coding style compliance for Claude Code projects.

Community
Basic
πŸ“¦ In Repo
nanorepublicananorepublica

Global Validation

Enforce global validation compliance across code and configuration files.

Community
Basic
πŸ“¦ In Repo
nanorepublicananorepublica

Testing Coverage

Analyze test coverage reports and suggest additional tests for untested code paths.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How to install django-prodserver?β–Ό

Run `npx skills add nanorepublica/django-prodserver --all -g -y` in your terminal to install all skills in this suite globally.

What does django-prodserver do?β–Ό

It adds `python manage.py server` and `python manage.py worker` commands to Django so you can start production web servers and background workers from one shared settings configuration.

Which servers does django-prodserver support?β–Ό

It supports Gunicorn, Uvicorn, Granian, and Waitress for web processes, plus Celery, Celery Beat, Flower, and Django Tasks for background workers.

How do I configure production processes in Django?β–Ό

Add a PRODUCTION_PROCESSES dictionary to your settings.py that maps process names to backend classes and arguments, then start them with the server or worker commands.

Can I add a custom server backend?β–Ό

Yes. Subclass BaseServerBackend or BaseWorkerBackend and implement the start_server method to plug in any production process you need.

Related Repositories in Software Engineering

View All in Software Engineering→