mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-08-23 20:55:39 +01:00
feat(activities): Add Activity models
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ActivitiesConfig(AppConfig):
|
||||
name = 'activities'
|
||||
Reference in New Issue
Block a user