Skip to content
Snippets Groups Projects
Commit 54cdb58a authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

adapt README.rst

parent fdde4d82
No related branches found
No related tags found
No related merge requests found
Pipeline #150586 passed
============ ============
django-kubernetes-probes django-csp-mail-reports
============ ============
django-kubernetes-probes is a Django app to conduct web-based polls. For each django-csp-mail-reports is a Django app to forward csp reports to admin
question, visitors can choose between a fixed number of answers. while preventing DOS with cooldown.
Detailed documentation is in the "docs" directory.
Quick start Quick start
----------- -----------
...@@ -14,13 +12,13 @@ Quick start ...@@ -14,13 +12,13 @@ Quick start
INSTALLED_APPS = [ INSTALLED_APPS = [
..., ...,
"django_kubernetes_probes", "cspmailreports",
] ]
2. Include the polls URLconf in your project urls.py like this:: 2. Include the polls URLconf in your project urls.py like this::
path('', include('django_kubernetes_probes.urls')), path('', include('cspmailreports.urls')),
4. Start the development server. 4. Start the development server.
5. Visit the ``/probe_alive/`` URL to see that you app is alive. 5. Post a report to ``/report/``.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment