Skip to content

Commit

Permalink
Remove dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
IKarbowiak committed Nov 27, 2019
1 parent 4a996be commit 3a8e4c6
Show file tree
Hide file tree
Showing 174 changed files with 2 additions and 106,995 deletions.
2 changes: 1 addition & 1 deletion saleor/core/templatetags/materializecss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.template.loader import get_template
from django_filters.widgets import RangeWidget

from ...dashboard.widgets import CharsLeftWidget, DateRangeWidget, MoneyRangeWidget
from .widgets import CharsLeftWidget, DateRangeWidget, MoneyRangeWidget

register = template.Library()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.forms import Textarea, TextInput
from django_filters import widgets

from ..account.widgets import PhonePrefixWidget as StorefrontPhonePrefixWidget
from ...account.widgets import PhonePrefixWidget as StorefrontPhonePrefixWidget


class DateRangeWidget(widgets.DateRangeWidget):
Expand Down
Empty file removed saleor/dashboard/__init__.py
Empty file.
Empty file.
35 changes: 0 additions & 35 deletions saleor/dashboard/category/filters.py

This file was deleted.

46 changes: 0 additions & 46 deletions saleor/dashboard/category/forms.py

This file was deleted.

12 changes: 0 additions & 12 deletions saleor/dashboard/category/urls.py

This file was deleted.

145 changes: 0 additions & 145 deletions saleor/dashboard/category/views.py

This file was deleted.

Empty file.
44 changes: 0 additions & 44 deletions saleor/dashboard/collection/filters.py

This file was deleted.

74 changes: 0 additions & 74 deletions saleor/dashboard/collection/forms.py

This file was deleted.

15 changes: 0 additions & 15 deletions saleor/dashboard/collection/urls.py

This file was deleted.

Loading

0 comments on commit 3a8e4c6

Please sign in to comment.