Find a file
2024-02-26 09:55:19 +01:00
.github/workflows changing name of the tests 2024-02-23 18:37:55 +01:00
static/src Tailwindcss 2024-02-26 09:55:19 +01:00
tldtest Tailwindcss 2024-02-26 09:55:19 +01:00
tldtester typo 2024-02-26 09:18:02 +01:00
.gitignore actual git ignore 2024-02-12 17:12:14 +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 Tailwindcss 2024-02-26 09:55:19 +01:00
requirements.txt Tailwindcss 2024-02-26 09:55:19 +01:00
tailwind.config.js Tailwindcss 2024-02-26 09:55:19 +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