Skip to content

Commit

Permalink
- application api deactivated (not used and no plans for usage)
Browse files Browse the repository at this point in the history
- application registration deactivated (since 03.10.15 not in use and no function anymore)
- application stats deactivated (since 01.10.15 not in use and no function anymore)
  • Loading branch information
klinger committed Apr 9, 2016
1 parent 798b056 commit abe6a45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -25,7 +25,9 @@ All notable changes to this project will be documented in this file.

### Removed
- static repository in non-logged-in-area was removed

- application api removed (not used and no plans for usage)
- application registration removed (since 03.10.15 not in use and no function anymore)
- application stats removed (since 01.10.15 not in use and no function anymore)

## [3.0.1] - 2016-01-09
### Added
Expand Down
1 change: 0 additions & 1 deletion requirements/_base.txt
Expand Up @@ -8,7 +8,6 @@ django-extensions==1.5.7
django-registration-redux==1.2
Django==1.8.4
djangocms-admin-style==0.2.8
djangorestframework==3.2.4
ipdb==0.8.1
ipython-genutils==0.1.0
ipython==4.0.0
Expand Down
4 changes: 0 additions & 4 deletions volunteer_planner/settings/base.py
Expand Up @@ -47,12 +47,10 @@
# A prettier theme

'accounts.apps.RegistrationConfig',
'rest_framework',
'django_ajax'
)

LOCAL_APPS = (
'api',
'google_tools',
'osm_tools',
'accounts.apps.AccountsConfig',
Expand All @@ -61,10 +59,8 @@
'scheduler',
'blueprint',
'shiftmailer',
'stats',
'places',
'non_logged_in_area',
'registration_history',
'scheduletemplates',
'news',
'notifications',
Expand Down

0 comments on commit abe6a45

Please sign in to comment.