{% extends "./template.html" %} {% block content %}

Automatic Diagnostics

The following diagnostics will run automatically by the system.
Diagnostic Test Status
Email Test Method
~~~~~~
1.) NearBeach will send out an email to your email address
2.) If there is an error it will post it here
3.) If you receive the email - this functionality works
Database Issue Method
~~~~~~
1.) NearBeach will select ALL users from the database
2.) If there is no error - this functionality works
Location Services Method
~~~~~~
1.) NearBeach will find out if your location services work
2.) It will ping the following in the order of
a.) Mapbox
b.) Google Maps

Manual Diagnostics

The following tests will require you to follow the instructions. {% if RECAPTCHA_PUBLIC_KEY == "" %} {% else %} {% endif %}
Diagnostic Test Status
Recaptcha RECAPTCHA_PUBLIC_KEY has not been filled out in the settings.py file
Recaptcha Method
~~~~~~
1.) Fill out the reCaptcha
2.) Once you have a valid reCaptcha, click on the "Submit" button
Results will be displayed here
{% csrf_token %}
Document Uploading/Downloading
Method
~~~~~~
1.) Click on the "Browse..." button and select a document to upload
2.) Click on the "Upload" hyperlink
3.) Follow part 2 method
{% csrf_token %}
{{ diagnostic_test_document_upload_form.document }}
{% endblock %}