mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2025-01-31 03:52:45 -05:00
Remove unused setting and bump minor version
This commit is contained in:
parent
928f0fd7a7
commit
c59c82ffb1
@ -189,14 +189,9 @@ FILE_UPLOAD_HANDLERS = ["django.core.files.uploadhandler.TemporaryFileUploadHand
|
|||||||
# Important: whatever you choose has to be able to serialize DateTime, so not JSON.
|
# Important: whatever you choose has to be able to serialize DateTime, so not JSON.
|
||||||
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
|
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
|
# URL to redirect users to when not logged in
|
||||||
ANONYMOUS_HOME_URL = 'about'
|
ANONYMOUS_HOME_URL = 'about'
|
||||||
|
|
||||||
# Version number displayed on about page
|
# Version number displayed on about page
|
||||||
BRUTALDON_VERSION = "2.1.2"
|
BRUTALDON_VERSION = "2.2.0"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user