Skip to content

Instantly share code, notes, and snippets.

View andre-fuchs's full-sized avatar

André Fuchs andre-fuchs

View GitHub Profile
@frague59
frague59 / models.py
Created June 1, 2018 07:53
Wagtail: Implementation of a limited choices RadioWidget. This is the models.py file of my project, it contains all the logic of the module, according to wagtail phylosophy...
# -*- coding: utf-8 -*-
"""
Application models for :mod:`inscription` application
:creationdate: 17/04/2018 11:22
:moduleauthor: François GUÉRIN <fguerin@ville-tourcoing.fr>
:modulename: inscription.models
"""
import json