Frequently Asked Questions
Everything you need to know about Join4Crew templates, purchasing, deployment, and getting support.
No results found
Try a different search term or browse the categories above.
.env configuration template, and a full README guide.
Important: You can select multiple types in a single request — one strike covers them all in one submission.
setup.bat (or right-click → Run as Administrator). The script creates a virtual environment, installs Python dependencies, configures your .env file by prompting you for database credentials, runs migrations, and starts the local development server. The whole process takes under 5 minutes.
chmod +x setup_linux.sh && ./setup_linux.sh (Linux) or ./setup_mac.sh (macOS) in your terminal. The script auto-detects your distribution (Ubuntu, Debian, Rocky, AlmaLinux, etc.), installs required system packages, creates the Python environment, configures Nginx and Gunicorn as system services, sets up Let's Encrypt SSL, and runs migrations. Everything automated.
Dockerfile and docker-compose.yml for containerised deployment. The Docker setup includes containers for Django (Gunicorn), Nginx, and PostgreSQL with volume mounts for media and static files.
pip install -r requirements.txt, apply any new migrations with python manage.py migrate, and restart Gunicorn. Our deploy.sh script automates this entire update flow.
Can't find your answer?
Our team is happy to help. Reach out directly or browse the full template catalogue to find exactly what you need.