django-prodserver
Run Django production servers and workers with one command
All Skills in This Repository (17)
Pure Emerald Level IndicatorsBackend Migrations
Enforce backend migration coding standards for schema changes and scripts.
Global Error Handling
Standardize catch, logging, and fallback behavior across code modules.
Testing Unit Tests
Standardize unit-test coding practices across Claude Code projects.
Testing Test Writing
Enforce standardized test-writing guidelines within Claude Code workflows.
Frontend Accessibility
Enforce frontend accessibility compliance in HTML, CSS, and JavaScript components.
Frontend CSS
Enforce frontend CSS coding standards for naming, organization, and responsive design.
Frontend Components
Enforce frontend component coding standards during creation, refactoring, linting, and review.
Global Commenting
Apply standardized file headers and module-level comments across codebases.
Global Conventions
Apply global coding conventions during editing, generation, and review of Claude Code project files.
Global Coding Style
Enforce global coding style compliance for Claude Code projects.
Global Validation
Enforce global validation compliance across code and configuration files.
Testing Coverage
Analyze test coverage reports and suggest additional tests for untested code paths.
Frequently Asked Questions
FAQPage SchemaHow 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βopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core