Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from narfman0/master
Browse files Browse the repository at this point in the history
Dev friendly setting changes and minor version upgrades
  • Loading branch information
jab3z committed Nov 9, 2016
2 parents 299a925 + 8fffb14 commit 37d41fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions {{cookiecutter.repo_name}}/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Django
Django==1.9.9
# Django
Django==1.9.11

# Django CMS + dependencies
django-classy-tags==0.7.2
django-compressor==2.1
django-cms==3.3.2
django-cms==3.4.1
django-formtools==1.0
django-sekizai==0.9.0
django-treebeard==4.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
}
}

MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',)

SECRET_KEY = 'devel'

EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'

SITE_ID = 2

AUTH_PASSWORD_VALIDATORS = []
AUTH_PASSWORD_VALIDATORS = []

0 comments on commit 37d41fb

Please sign in to comment.