mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-03 15:34:00 +00:00
Migrations got a bit borked so doing this commit to stage the migrations in live as I don't want to have a massive, potentially dangerous, migration.
5 lines
80 B
Python
5 lines
80 B
Python
from spa.models._lookup import _Lookup
|
|
|
|
class Recurrence(_Lookup):
|
|
pass
|