Find a file
2024-02-12 13:15:42 +01:00
.github/workflows django test 2024-02-11 19:45:22 +01:00
tldtest first models 2024-02-12 11:12:47 +01:00
tldtester models and admin working for basic information 2024-02-12 13:15:42 +01:00
LICENSE initial stuff for start 2024-02-11 19:21:12 +01:00
manage.py basic django stuff 2024-02-11 19:27:45 +01:00
README.md basic doc 2024-02-11 19:25:49 +01:00
requirements.in update requirements 2024-02-11 19:38:58 +01:00
requirements.txt update requirements 2024-02-11 19:38:58 +01:00

This is the main website for tldtest.net

This site has the purpose of testing the response time of TLD nameservers everywhere in the world.

To run in test environment :

virtualenv -p python3.11 venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver