Skip to content

Commit

Permalink
Merge pull request google#21 from Splinks/patch-1
Browse files Browse the repository at this point in the history
Fix ACL missing ProgrammingError
  • Loading branch information
berggren committed Nov 5, 2014
2 parents 07bc235 + c6c70af commit b9df32f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timesketch/settings.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ INSTALLED_APPS = (
'timesketch.apps.ui',
'timesketch.apps.userprofile',
'timesketch.apps.api',
'timesketch.apps.acl',
)

# A sample logging configuration. The only tangible logging
Expand Down

0 comments on commit b9df32f

Please sign in to comment.