leads-db/leads
2024-09-19 22:48:08 -04:00
..
migrations Working on bugs. 2024-09-18 23:51:07 -04:00
templates/leads feat: Preserve selected IDs when using pagination in leads/templates/ids_data.html 2024-09-19 22:48:08 -04:00
templatetags fix: Update get_item custom filter to handle both dictionary-like objects and model instances 2024-09-18 22:35:13 -04:00
__init__.py Things are mostly working. Creating a stable and alpha branch to continue to experiment. 2024-09-17 22:33:05 -04:00
admin.py feat: Add Lead model to admin interface 2024-09-16 20:58:23 -04:00
apps.py feat: Add 'leads' app to Django project 2024-09-16 20:47:44 -04:00
forms.py feat: Implement lead scoring and prioritization 2024-09-16 20:48:30 -04:00
models.py fix: Remove duplicate return statement and fix potential string issue in models 2024-09-19 20:26:24 -04:00
urls.py fix: update URL path in leads/urls.py 2024-09-19 22:41:42 -04:00
views.py fix: Preserve selected IDs in pagination links 2024-09-19 22:45:30 -04:00