https://github.com/dimedrolity/notes-django
https://github.com/dimedrolity/notes-django
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimedrolity/notes-django
- Owner: Dimedrolity
- Created: 2021-04-19T07:09:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T10:44:44.000Z (about 5 years ago)
- Last Synced: 2025-11-10T23:30:25.838Z (8 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Приложение "Заметки"
Абстракцией хранилища данных - Django ORM.
Предметная область - [models.py](https://github.com/Dimedrolity/notes-django/blob/main/my_notes/notes/models.py).
Сервис уровня приложения - [services.py](https://github.com/Dimedrolity/notes-django/blob/main/my_notes/notes/services.py).
CQS - [queries.py](https://github.com/Dimedrolity/notes-django/blob/main/my_notes/notes/queries.py) и [commands.py](https://github.com/Dimedrolity/notes-django/blob/main/my_notes/notes/commands.py).