diff --git a/note_kfet/settings.py b/note_kfet/settings.py
index cfe09f7b0cc88fc4e21c644933fe900fcb85235f..0abdd37dc4c676787d162369edeb289588813f2b 100644
--- a/note_kfet/settings.py
+++ b/note_kfet/settings.py
@@ -38,7 +38,6 @@ INSTALLED_APPS = [
 
     # External apps
     'polymorphic',
-    'guardian',
     'reversion',
     'crispy_forms',
     'django_tables2',
diff --git a/requirements.txt b/requirements.txt
index d8aafa2d3f2336fa0850688a6e3521ec4c53c61e..39c20738e1fff7ca0643eea09d143a9f28bffa23 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,6 @@ Django==2.2.3
 django-allauth==0.39.1
 django-crispy-forms==1.7.2
 django-extensions==2.1.9
-django-guardian==1.4.9
 django-polymorphic==2.0.3
 django-reversion==3.0.3
 django-tables2==2.1.0