зеркало из https://github.com/mozilla/ispdb.git
3b87b2c797
Updated with deprecation and redirection notices. |
||
---|---|---|
ispdb | ||
tools | ||
DEVELOPERS.md | ||
README.md | ||
manage.py | ||
requirements.txt |
README.md
This repository is no longer active, current ISPDB is available at: https://github.com/thundernest/autoconfig
experimental django front-end to figure out workflow of ISP database info for the Thunderbird autoconfig database
Dependencies
You can install all of the dependencies with:
pip install -r requirements.txt
Note: You may have to do an "easy_install pip" first. See requirements.txt for details on what we depend on.
Getting Started
- python ../manage.py syncdb
- convert existing XML data to the DB:
have http://svn.mozilla.org/mozillamessaging.com/sites/autoconfig.mozillamessaging.com/trunk checked out at ../autoconfig_data
if autoconfig_data is somewhere else, you can set the env't var AUTOCONFIG_DATA to point to it
echo 'import ispdb.convert;ispdb.convert.main()' | python manage.py shell
- python manage.py runserver
- then hit http://localhost:8000