django-setup

Installation
SKILL.md

Overview

This skill sets up Django for HTTPS development with virtual environments and local SSL certificates.

Artifacts Builder

To set up Django for HTTPS development with virtual environments and local SSL certificates, follow these steps:

  1. Verify/Install Python
  2. Create Virtual Environment
  3. Install Django and Dependencies
  4. Create Django Project
  5. Set Up HTTPS
  6. Configure settings.py
  7. Create a health API
  8. Add import and URL routes to urls.py
  9. Apply Initial Migrations
  10. Test HTTPS Server
  11. Create .gitignore
Installs
3
GitHub Stars
1
First Seen
Feb 3, 2026
django-setup — otoshek/claude-code-toolkit