Skip to content

Commit

Permalink
Removed deprecated apps
Browse files Browse the repository at this point in the history
Stock and Orders have been removed.
settings.py.example has been updated accordingly.
  • Loading branch information
Kaezon committed May 9, 2016
1 parent 90a16ea commit 0d37190
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 231 deletions.
2 changes: 0 additions & 2 deletions EVERoachCoach/settings.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'rapid_sales_tool',
'portal',
'orders',
'stock',
]

MIDDLEWARE_CLASSES = [
Expand Down
Empty file removed orders/__init__.py
Empty file.
3 changes: 0 additions & 3 deletions orders/admin.py

This file was deleted.

7 changes: 0 additions & 7 deletions orders/apps.py

This file was deleted.

13 changes: 0 additions & 13 deletions orders/forms.py

This file was deleted.

29 changes: 0 additions & 29 deletions orders/migrations/0001_initial.py

This file was deleted.

Empty file removed orders/migrations/__init__.py
Empty file.
11 changes: 0 additions & 11 deletions orders/models.py

This file was deleted.

3 changes: 0 additions & 3 deletions orders/tests.py

This file was deleted.

59 changes: 0 additions & 59 deletions orders/views.py

This file was deleted.

Empty file removed stock/__init__.py
Empty file.
3 changes: 0 additions & 3 deletions stock/admin.py

This file was deleted.

7 changes: 0 additions & 7 deletions stock/apps.py

This file was deleted.

13 changes: 0 additions & 13 deletions stock/forms.py

This file was deleted.

25 changes: 0 additions & 25 deletions stock/migrations/0001_initial.py

This file was deleted.

Empty file removed stock/migrations/__init__.py
Empty file.
8 changes: 0 additions & 8 deletions stock/models.py

This file was deleted.

3 changes: 0 additions & 3 deletions stock/tests.py

This file was deleted.

45 changes: 0 additions & 45 deletions stock/views.py

This file was deleted.

0 comments on commit 0d37190

Please sign in to comment.