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:
- Verify/Install Python
- Create Virtual Environment
- Install Django and Dependencies
- Create Django Project
- Set Up HTTPS
- Configure settings.py
- Create a health API
- Add import and URL routes to urls.py
- Apply Initial Migrations
- Test HTTPS Server
- Create .gitignore