Find a file
dependabot[bot] ad332f7dcd
Bump build from 1.0.3 to 1.1.1
Bumps [build](https://github.com/pypa/build) from 1.0.3 to 1.1.1.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/build/compare/1.0.3...1.1.1)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 04:34:45 +00:00
.github dependabot 2024-03-01 05:32:12 +01:00
static Webdseign 2024-03-01 03:12:49 +01:00
tldtest Webdseign 2024-03-01 03:12:49 +01:00
tldtester Webdseign 2024-03-01 03:12:49 +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 Web Design 2024-02-26 12:02:06 +01:00
requirements.in Bump build from 1.0.3 to 1.1.1 2024-03-01 04:34:45 +00:00
requirements.txt Bump build from 1.0.3 to 1.1.1 2024-03-01 04:34:45 +00: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

When running in debug False :

./manage.py collectstatic
./manage.py runserver --insecure

CSS :

To install the CSS bundler :

npm install -D tailwindcss
npx tailwindcss init

To update CSS files (they use the tailwinds framework)

npx tailwindcss -i ./static/src/input.css -o ./static/src/output.css