Skip to content

Commit

Permalink
Django flat theme is already part of django
Browse files Browse the repository at this point in the history
  • Loading branch information
fasouto committed Oct 25, 2016
1 parent 3a1a3ff commit e05a8fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions project_name/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

# https://docs.djangoproject.com/en/1.10/ref/settings/#installed-apps
INSTALLED_APPS = [
'flat', # django-flat-theme must be BEFORE contrib.admin

# Django apps
'django.contrib.admin',
'django.contrib.admindocs',
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Django==1.10
django-appconf==1.0.2
django-compressor==2.1
django-debug-toolbar==1.5
django-flat-theme==1.1.3
docutils==0.12
ecdsa==0.13
Fabric==1.12.0
Expand Down
3 changes: 0 additions & 3 deletions requirements_to_freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ django-compressor
psycopg2
#MySQL-python

# Admin styling
django-flat-theme

# Bcrypt passwords
bcrypt

Expand Down

0 comments on commit e05a8fe

Please sign in to comment.