Basic support tools for Plain.
Project description
plain-support
Provides support forms for your application.
Usage
Include the support URLs in your urls.py:
# app/urls.py
from plain.urls import include, path
import plain.support.urls
urlpatterns = [
path("support/", include(plain.support.urls)),
# ...
]
Security considerations
Most support forms allow you to type in an email address. Be careful, because anybody can pretend to be anybody else at this point. Conversations either need to continue over email (which confirms they have access to the email account), or include a verification step (emailing a code to the email address, for example).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plain_support-0.10.0.tar.gz.
File metadata
- Download URL: plain_support-0.10.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
961101a744b0f12387a0fc96c3097536481d845db1b85785fbbb6be5781783d9
|
|
| MD5 |
a89ed8d38200cd5361a8a86d0526f11f
|
|
| BLAKE2b-256 |
371a689b4bbe3ca36592f279bfd0ca9d9baaf505aabed112a43d2a78cb07cef3
|
File details
Details for the file plain_support-0.10.0-py3-none-any.whl.
File metadata
- Download URL: plain_support-0.10.0-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fdfa63745cb6d0cfd272ab19cca3adadc5144ef5eee7f03879d47ee714f92c7
|
|
| MD5 |
21bd4d29bfb3fa5404bab8fbe4636240
|
|
| BLAKE2b-256 |
10cef3f2e7092339c309d787f0d66cddaae62b94237f0f4eb8cf1beee840a33b
|