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

Commit

Permalink
Remove unused setting and bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcbrayer committed Sep 4, 2018
1 parent 928f0fd commit c59c82f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions brutaldon/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,9 @@
# Important: whatever you choose has to be able to serialize DateTime, so not JSON.
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'

# Max length of toots
# Later this will be a user setting, but I am adding it here so that I don't
# write any magic numbers into the validation code
TOOT_MAX_LENGTH = 500

# URL to redirect users to when not logged in
ANONYMOUS_HOME_URL = 'about'

# Version number displayed on about page
BRUTALDON_VERSION = "2.1.2"
BRUTALDON_VERSION = "2.2.0"

0 comments on commit c59c82f

Please sign in to comment.