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