Skip to content
This repository was archived by the owner on May 12, 2023. It is now read-only.

Conversation

@Gormezoglu
Copy link

  • serializers.py and filters.py created, views.py and urls.py modified accordingly in baskets app.
  • serializers.py and filters.py created, views.py and urls.py modified accordingly in customers app.
  • serializers.py and filters.py created, views.py and urls.py modified accordingly in orders app.
  • serializers.py and filters.py created, views.py and urls.py modified accordingly in payments app.
  • pagination added in settings.py


class Meta:
model = Basket
fields = "__all__"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bu kullanim cok tercih edilmiyor, acik olarak yazmakta fayda var.

from baskets.models import Basket, BasketItem


class BasketSerializers(serializers.ModelSerializer):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

genelde cogul olarak kullanilmiyor.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants