Ticket #3 (closed defect: fixed)
SQLObject egg metadata for quickstart projects
| Reported by: | kevin | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | TurboGears | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
From Ian Bicking on the mailing list:
I thought I'd note that the SqlAdmin? project probably isn't necessary -- instead you should create a Package.egg-info/sqlobject.txt file, and add --egg=Package to the invocation of sqlobject-admin. Any future metadata about a project will also be added to that file. There's only two settings currently read from it:
db_module=package.model history_dir=$base/package/sqlobject-history
Maybe a SqlEgg? project instead...
Change History
comment:2 Changed 6 years ago by kevin
- Status changed from new to closed
- Resolution set to fixed
Done in [36]. Note that this means that tg-admin sql commands now require a properly setup .egg-info directory, which they did not previously. tg-admin sql will detect if this is not setup properly and can fix it automatically.