Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumefalourd/djangowallet
https://github.com/guillaumefalourd/djangowallet
stackoverflow stackoverflow-questions
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillaumefalourd/djangowallet
- Owner: GuillaumeFalourd
- Created: 2022-03-02T17:40:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T17:41:38.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T00:43:24.305Z (2 months ago)
- Topics: stackoverflow, stackoverflow-questions
- Language: Python
- Homepage: https://stackoverflow.com/questions/71326298/pytest-github-action-failed-in-django-rest-api-project?noredirect=1#comment126076675_71326298
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# djangowallet
This is a Django REST API example with wallets as a model. I have created a wallet app inside the djangowallet/ project.
This wallet app has a model called wallet. (Go to models.py file)
This model has a field called "rddresss" (Walet is the class name for models.py)
I have defined CRUD functions inside views.py (default)
I am also using serializers, refer to serializers.py file (Targets our Wallet model, which is model.py file and all of the fields inside it)