schon/payments
Egor fureunoir Gorbunov a90498a94a Features: 1) Add .gitkeep files for payments/static and blog/static directories to track empty folders;
Fixes: 1) Update `.dockerignore` to include exceptions for static directories under `core`, `blog`, `vibes_auth`, and `payments`;

Extra: 1) Adjust `.dockerignore` formatting by adding a newline at the end and ignoring `scripts` directory.
2025-06-01 18:50:37 +03:00
..
docs Initial Commit 2025-04-29 22:40:30 +03:00
gateways Initial Commit 2025-04-29 22:40:30 +03:00
graphene Initial Commit 2025-04-29 22:40:30 +03:00
locale Features: 2025-05-08 17:15:33 +03:00
migrations Features: 1) Allow 'user' field in 'balance' model to be optional with blank=True and null=True; 2) Adjust 'order' field in 'transaction' model formatting without functional changes; 2025-05-19 17:54:52 +03:00
static Features: 1) Add .gitkeep files for payments/static and blog/static directories to track empty folders; 2025-06-01 18:50:37 +03:00
templates Initial Commit 2025-04-29 22:40:30 +03:00
utils Initial Commit 2025-04-29 22:40:30 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
admin.py Initial Commit 2025-04-29 22:40:30 +03:00
apps.py Initial Commit 2025-04-29 22:40:30 +03:00
choices.py Initial Commit 2025-04-29 22:40:30 +03:00
errors.py Initial Commit 2025-04-29 22:40:30 +03:00
forms.py Initial Commit 2025-04-29 22:40:30 +03:00
models.py Features: 1) None; 2025-05-20 08:00:44 +03:00
serializers.py Initial Commit 2025-04-29 22:40:30 +03:00
signals.py RUFF 2025-05-26 16:12:59 +03:00
tests.py Initial Commit 2025-04-29 22:40:30 +03:00
urls.py Initial Commit 2025-04-29 22:40:30 +03:00
views.py Initial Commit 2025-04-29 22:40:30 +03:00
viewsets.py Initial Commit 2025-04-29 22:40:30 +03:00