Skip to content

Commit

Permalink
feat(planning): Added planning
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicnemanja committed Oct 24, 2023
1 parent a5bfa96 commit 70fd6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
honcho
gunicorn
git+https://github.com/superdesk/superdesk-core.git@release/2.6#egg=superdesk-core
git+https://github.com/superdesk/[email protected]#egg=superdesk-planning
1 change: 1 addition & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def env(variable, fallback_value=None):

INSTALLED_APPS = [
'apps.languages',
'planning',
]

# special characters that are disallowed
Expand Down

0 comments on commit 70fd6c5

Please sign in to comment.