File README.sample of Package python-django-authopenid
To test the example django openID app, go into the examples directory and run ./manage.py syncdb ./manage.py runserver and connect your browser to http://localhost:8000/ Note: You need to do this as root or adapt the DATABASE_NAME in settings.py or run it from a directory you have write access to, so the database (test.db) can be created and stored.