File: README.txt

package info (click to toggle)
python-authkit 0.4.1~r143-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 740 kB
  • ctags: 703
  • sloc: python: 4,643; makefile: 39; sh: 33
file content (15 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
To use this example do the following:

1. Edit ``app.py`` to choose the database you wish to use.
   The default should be fine but you will need ``pysqlite`` installed.
   
2. Start the example server (this will create the database and setup the
   user information)::

        python app.py
        
3. Visit the server at http://localhost:8080/private

4. Delete the test.db file if you want to test the example again.

The usernames and passwords are set up in the app.py file.