1
0
Fork 0
old gnuviechadmin version that is not developed anymore
Go to file
Jan Dittberner d4ba46a329 add a organization table (addresses #40)
* development.ini:
  - change testing database to PostgreSQL
  - set required database version to 4
 * data/dbrepo/versions/004_Add_organization_table.py:
  - create/drop organization table
  - add organizationid foreign key reference to client table
 * gnuviechadmin/backend/tables.py:
  - add reflected organization_table
2009-08-02 21:13:08 +02:00
bin move config initialisation to gnuviechadmin.config 2009-08-02 21:12:48 +02:00
data add a organization table (addresses #40) 2009-08-02 21:13:08 +02:00
doc - repository reorganisation 2008-01-12 22:26:28 +00:00
gnuviechadmin add a organization table (addresses #40) 2009-08-02 21:13:08 +02:00
gnuviechadmin.egg-info move config initialisation to gnuviechadmin.config 2009-08-02 21:12:48 +02:00
.gitignore add PasteDeploy dependency, remove pudge dependency 2009-08-01 17:20:39 +02:00
development.ini add a organization table (addresses #40) 2009-08-02 21:13:08 +02:00
setup.cfg * some pylint fixes (addresses #24) 2008-06-07 21:25:35 +00:00
setup.py add argparse as dependency (addresses #33) 2009-08-01 17:24:02 +02:00
test.ini Enable logging in tests (fixes #21) 2008-06-07 15:12:38 +00:00