mirror of
https://git.wownero.com/wownero/YellWOWPages.git
synced 2024-08-15 01:03:25 +00:00
Yellow Pages
data | ||
yellow | ||
.gitignore | ||
README.md | ||
requirements.txt | ||
run.py | ||
settings.py_example |
YellWOWPages
Wownero yellow pages web-application - lookup the WOW address of users.
Installation
git clone gitea@git.wownero.com:wownero/YellWOWPages.git
cd YellWOWPages
pip install -r requirements.txt
cp settings.py_example settings.py
Change settings.py
to your liking. Then run the application:
python3 run.py