c23ceacd0b
add new config entry "primary_domain" which is used to set the cookie domain
6 lines
146 B
Python
6 lines
146 B
Python
"""passbook Application Security Gateway model admin"""
|
|
|
|
from passbook.lib.admin import admin_autoregister
|
|
|
|
admin_autoregister('passbook_app_gw')
|