Originally based on this post.
Filename | Description |
---|---|
.gitignore |
General ignore file. Optimized for Python. |
.dockerignore |
A list of files that will not be copied during build. |
captain-definition |
DO NOT MODIFY. Used by CapRover for deployment. |
Dockerfile |
Implement solutions in this file. |
README.md |
Replace this README with content describing the purpose of your project. |
Includes the following built in support for:
django-admin-env-notice
: Visually distinguish environments in Django Admin.django-admin-honeypot
: django-admin-honeypot is a fake Django admin login screen to log and notify admins of attempted unauthorized access.django-allauth
: Django Allauth offers a fully integrated authentication app that allows for both local and social authentication.djangorestframework
: Django REST framework is a powerful and flexible toolkit for building Web APIs.
psycopg2-binary
: Stand-alone version ofpsycopg2
, the most popular PostgreSQL database adapter for the Python programming language.whitenoise
: With a couple of lines of config WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service. Especially useful on Heroku, OpenShift and other PaaS providers.