Files
dss/spa/models/recurrence.py
Fergal Moran 50c9e4e8c1 Removed userfollows model and changed to ForeignKey properties in UserProfile
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.
2013-04-30 23:26:42 +01:00

5 lines
80 B
Python

from spa.models._lookup import _Lookup
class Recurrence(_Lookup):
pass