Skip to content
Snippets Groups Projects
Verified Commit 3ff2046d authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add model extensions for school. Closes #85

parent 0a03b994
No related branches found
No related tags found
1 merge request!55WIP: Resolve "Migrate to AlekSIS app"
from jsonstore import CharField
from aleksis.core.models import Person
Person.field(school=CharField(verbose_name=_("Name of school")))
Person.field(school_class=CharField(verbose_name=_("School class")))
Person.field(school_place=CharField(verbose_name=_("Place of the school")))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment