Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / migrations / 0043_uninitialized_projects.py @ c7493368

History | View | Annotate | Download (24.6 kB)

# Date Author Comment
1b25228f 10/09/2013 04:52 pm Giorgos Korfiatis

astakos: Use bulk_create in migrations

6d583e07 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Simplify project schema

Applications now point to a project (rather than an extra model Chain).
A Project is created upon submitting an application; it always points to
a single `reference' application.

Model Chain is kept as a sequence to generate project ids.