diff --git a/steering/settings.py b/steering/settings.py
index 7240b7aabca9e81a2c057b8a14468348be17c517..773bec676129b8edcf0dcffb5d62a3ab4f2432d3 100644
--- a/steering/settings.py
+++ b/steering/settings.py
@@ -128,7 +128,6 @@ INSTALLED_APPS = (
     'versatileimagefield',
     'rest_framework',
     'rest_framework_nested',
-    'frapp',
     'oidc_provider',
     'corsheaders',
 )
diff --git a/steering/urls.py b/steering/urls.py
index 7775fb9ad6e471a2f2672e9d43395e6502e75301..32bc8cffc2ccd92650d09021ace827f70c757da9 100644
--- a/steering/urls.py
+++ b/steering/urls.py
@@ -83,7 +83,6 @@ urlpatterns = [
     path('api/v1/program/<int:year>/<int:month>/<int:day>)/', json_day_schedule),
     path('admin/', admin.site.urls),
     path('program/', include('program.urls')),
-    path('api/', include('frapp.urls')),
 ]
 
 if settings.DEBUG: