Skip to content

Commit

Permalink
Example project updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Mar 22, 2015
1 parent b4f15fd commit e941a1c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion example_projects/vanilla/src/example_project/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@
ANONYMOUS_USER_ID = -1

# Attachment cache backend

CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
Expand All @@ -193,3 +192,15 @@
MACHINA_FORUM_IMAGE_HEIGHT = 70
MACHINA_PROFILE_AVATAR_WIDTH = 150
MACHINA_PROFILE_AVATAR_HEIGHT = 250

MACHINA_DEFAULT_AUTHENTICATED_USER_FORUM_PERMISSIONS = [
'can_see_forum',
'can_read_forum',
'can_start_new_topics',
'can_reply_to_topics',
'can_edit_own_posts',
'can_post_without_approval',
'can_create_poll',
'can_vote_in_polls',
'can_download_file',
]

0 comments on commit e941a1c

Please sign in to comment.