~shikharkohli/sahana-eden/gsoc1

« back to all changes in this revision

Viewing changes to models/zzz_1st_run.py

  • Committer: Shikhar Kohli
  • Date: 2010-08-11 18:40:09 UTC
  • mfrom: (802.1.156 eden)
  • Revision ID: shikharkohli@gmail.com-20100811184009-yy8zag5dowlam0ip
Merge trunk and update (a bit) of JS

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    if not db(table.id > 0).count():
84
84
        table.insert(
85
85
            admin_name = T("Sahana Administrator"),
86
 
            admin_email = T("support@Not Set"),
 
86
            admin_email = "support@Not Set",
87
87
            admin_tel = T("Not Set"),
88
88
            theme = 1
89
89
        )