Logo
Explore Help
Sign In
Sicherhaven/eventify_backend
4
0
Fork 0
You've already forked eventify_backend
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
9aa7c01efe44b029e761511924e9698c40387a13
eventify_backend/notifications/apps.py

7 lines
158 B
Python
Raw Normal View History

feat(favorites): add EventLike model, favorites API, and notifications module - EventLike model (user × event unique constraint, indexed) - contributed_by field on Event (EVT ID or email of community contributor) - Favorites API endpoints: toggle-like, my-likes, my-liked-events - Notifications app wired into main urls.py at /api/notifications/ - accounts migration 0014_merge_0013 (resolves split 0013 branches) - requirements.txt updated
2026-04-07 12:56:25 +05:30
from django.apps import AppConfig
class NotificationsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'notifications'
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 19ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API