Package omeroweb :: Package webgateway :: Module admin
[hide private]
[frames] | no frames]

Source Code for Module omeroweb.webgateway.admin

 1  # 
 2  # webgateway/admin.py - django application admin view 
 3  #  
 4  # Copyright (c) 2008, 2009 Glencoe Software, Inc. All rights reserved. 
 5  #  
 6  # This software is distributed under the terms described by the LICENCE file 
 7  # you can find at the root of the distribution bundle, which states you are 
 8  # free to use it only for non commercial purposes. 
 9  # If the file is missing please request a copy by contacting 
10  # jason@glencoesoftware.com. 
11  # 
12  # Author: Carlos Neves <carlos(at)glencoesoftware.com> 
13   
14  #from models import StoredConnection 
15  #from django.contrib import admin 
16  #from django.utils.translation import ugettext_lazy as _ 
17   
18  #class StoredConnectionOptions(admin.ModelAdmin): 
19  #  list_display = ('base_path', 'config_file', 'username', 'failcount') 
20   
21  #admin.site.register(StoredConnection, StoredConnectionOptions) 
22