source: OpenRLabs-Git/web2py/applications/rlabs/models/m5_nip_groups.py

main
Last change on this file was 8406aaa, checked in by David Fuertes <dfuertes@…>, 4 years ago

arreglado gitignore

  • Property mode set to 100644
File size: 220 bytes
Line 
1# -*- coding: utf-8 -*-
2
3db.define_table('nip_groups',
4                Field('nip', required = True, unique = True),
5                Field('groups', 'text', required = True)
6                )                           
Note: See TracBrowser for help on using the repository browser.