Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #798: Removed signal related files and depentant methods + rebased master, rebranched and redone changes. #920

Merged
merged 6 commits into from
Nov 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion network-api/networkapi/highlights/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = 'networkapi.highlights.apps.HighlightsConfig'
10 changes: 0 additions & 10 deletions network-api/networkapi/highlights/apps.py

This file was deleted.

9 changes: 0 additions & 9 deletions network-api/networkapi/highlights/signals.py

This file was deleted.

5 changes: 0 additions & 5 deletions network-api/networkapi/milestones/apps.py

This file was deleted.

9 changes: 0 additions & 9 deletions network-api/networkapi/milestones/signals.py

This file was deleted.

1 change: 0 additions & 1 deletion network-api/networkapi/news/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = 'networkapi.news.apps.NewsConfig'
10 changes: 0 additions & 10 deletions network-api/networkapi/news/apps.py

This file was deleted.

9 changes: 0 additions & 9 deletions network-api/networkapi/news/signals.py

This file was deleted.

1 change: 0 additions & 1 deletion network-api/networkapi/people/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = 'networkapi.people.apps.PeopleConfig'
10 changes: 0 additions & 10 deletions network-api/networkapi/people/apps.py

This file was deleted.

9 changes: 0 additions & 9 deletions network-api/networkapi/people/signals.py

This file was deleted.

13 changes: 1 addition & 12 deletions network-api/networkapi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@
ALLOWED_HOSTS=(list, []),
ASSET_DOMAIN=(str, ''),
AWS_LOCATION=(str, ''),
BUILD_DEBOUNCE_SECONDS=(int, 300),
BUILD_THROTTLE_SECONDS=(int, 900),
DOMAIN_REDIRECT_MIDDLWARE_ENABLED=(bool, False),
HEROKU_APP_NAME=(str, ''),
GITHUB_PROJECT_MASTER_TAR_URL=(str, ''),
HEROKU_API_TOKEN=(str, ''),
CONTENT_TYPE_NO_SNIFF=bool,
CORS_REGEX_WHITELIST=(tuple, ()),
HEROKU_APP_NAME=(str, ''),
CORS_WHITELIST=(tuple, ()),
DATABASE_URL=(str, None),
DEBUG=(bool, False),
Expand Down Expand Up @@ -416,13 +412,6 @@

X_FRAME_OPTIONS = env('X_FRAME_OPTIONS')

# Heroku Build trigger URL
HEROKU_APP_NAME = env('HEROKU_APP_NAME')
GITHUB_PROJECT_MASTER_TAR_URL = env('GITHUB_PROJECT_MASTER_TAR_URL')
HEROKU_API_TOKEN = env('HEROKU_API_TOKEN')
BUILD_THROTTLE_SECONDS = env('BUILD_THROTTLE_SECONDS')
BUILD_DEBOUNCE_SECONDS = env('BUILD_DEBOUNCE_SECONDS')

DJANGO_LOG_LEVEL = env('DJANGO_LOG_LEVEL')

# LOGGING
Expand Down
81 changes: 0 additions & 81 deletions network-api/networkapi/utility/build.py

This file was deleted.

47 changes: 0 additions & 47 deletions network-api/networkapi/utility/decorators.py

This file was deleted.