Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
remove djangocms_admin_style from requirements (#588)
Browse files Browse the repository at this point in the history
chore: Remove djangocms-admin-style

Fixes #587
  • Loading branch information
morrme authored Jul 12, 2020
1 parent a33b2a0 commit f81852c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ django-ckeditor==5.3.1
django-crispy-forms==1.7.0
django-guardian==1.4.9
django-imagekit==4.0.1
djangocms-admin-style==1.2.7
psycopg2==2.7.3.2
python3-openid==3.1.0
1 change: 0 additions & 1 deletion systers_portal/systers_portal/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
# Application definition

INSTALLED_APPS = (
'djangocms_admin_style',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
Expand Down

0 comments on commit f81852c

Please sign in to comment.