Create Congregation groups table

Registered by Diana Graham

Create cong_groups table (groups of congregations like Presbyteries, etc.).

To do this, you can copy an existing table's code in model/main.py, and give it a name & columns that are appropriate for listing groups of congregations. Some columns to consider including:

name
website_url
congregations = relation()

Then you have to create a database migration to enable other users to upgrade ("migrate") their database so it contains the changes you made. Here is a short summary of how to make a migration:

http://caneypuggies.alwaysreformed.com/wiki/BeginningMigrations
http://caneypuggies.alwaysreformed.com/wiki/DevelopingWithMigrations

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
Diana Graham
Definition:
Approved
Series goal:
Accepted for trunk
Implementation:
Implemented
Milestone target:
milestone icon 0.1
Started by
Diana Graham
Completed by
Tim Black

Related branches

Sprints

Whiteboard

An example of how to create a database migration is here: http://caneypuggies.alwaysreformed.com/wiki/DevelopingWithMigrations

(?)

Work Items

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.