From feb5d9b74fa1e8454eaaf29afae3643c6d7c81f1 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 11 Nov 2022 22:02:43 -0700 Subject: Got up to incoming posts working --- takahe/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'takahe/settings.py') diff --git a/takahe/settings.py b/takahe/settings.py index cefbb35..e8982ae 100644 --- a/takahe/settings.py +++ b/takahe/settings.py @@ -24,7 +24,7 @@ INSTALLED_APPS = [ "django.contrib.staticfiles", "crispy_forms", "core", - "statuses", + "activities", "users", "stator", ] -- cgit v1.2.3