FFDN ISP Database

Gu1 c3b1f44fe9 Remove leftover db code 11 years ago
ffdnispdb c3b1f44fe9 Remove leftover db code 11 years ago
.gitignore e0b442a607 Add vim swp files to the list of ignored files 11 years ago
README.md 2255197d29 Add missing stuff in README about db initialization 11 years ago
TODO 02e8c195ef Added TODO, members_drupal api 12 years ago
config.py 9dc9ef7ec5 Start migrating to SQLAlchemy 11 years ago
requirements.txt 646018a1f2 Add an ISP schema validator 11 years ago
run.py 29895064c8 Move the files into a subdirectory 11 years ago
schema.sql ad5dd37db4 Add labels 12 years ago
shell.py 59797b0405 Add shell.py in toplevel dir 11 years ago
validator.py 4a052ea9d2 Add a validator command 11 years ago
variables.less 2c57a65651 Add a search input in navbar and a hover effect on nav buttons 11 years ago

README.md

ffdnispdb

ffdnispdb is a website designed to display all the ISPs implementing the ispschema specification.

How to deploy & use

Preferably in a virtualenv, run:

python -r requirements.txt
python shell.py
>> db.create_all()
python run.py