Commit graph

28 commits

Author SHA1 Message Date
Lord_Devi f713483abf feat: Add IDSData model and data source pages
chore: Update main menu with "Data" dropdown

docs: Add CSV header information
2024-09-16 23:02:28 -04:00
Lord_Devi b65fd05fb1 feat: Store database credentials in a separate configuration file 2024-09-16 21:47:02 -04:00
Lord_Devi a774ae23eb fix: Replace 'add_class' template tag with 'render_field' in lead_form.html 2024-09-16 21:42:28 -04:00
Lord_Devi c70aa6c499 fix: create database 'leadsdb' before running migrations 2024-09-16 21:40:59 -04:00
Lord_Devi 1ad1211b9f fix: update database configuration 2024-09-16 21:39:15 -04:00
Lord_Devi 532a488bbf feat: Configure Django project to use PostgreSQL database 2024-09-16 21:37:34 -04:00
Lord_Devi 95b51e4c6b feat: Update Django project settings to use SQLite database and add debugging print statements 2024-09-16 21:35:40 -04:00
Lord_Devi a4545b33f9 fix: Remove duplicate content in manage.py 2024-09-16 21:29:08 -04:00
Lord_Devi d13572eed0 feat: Configure Django app to use PostgreSQL database 2024-09-16 21:27:58 -04:00
Lord_Devi 9cdb39d604 feat: Add .env.example file for database configuration 2024-09-16 21:26:52 -04:00
Lord_Devi 8b75babda1 feat: Integrate Bootstrap 5 into Django application 2024-09-16 21:19:22 -04:00
Lord_Devi 2dfdcbb455 chore: Remove PDF export functionality 2024-09-16 21:17:19 -04:00
Lord_Devi 0dca3cfcf7 feat: Add PDF export functionality for leads 2024-09-16 21:14:56 -04:00
Lord_Devi 9f6336ee35 fix: Add missing lead_confirm_delete.html template 2024-09-16 21:13:30 -04:00
Lord_Devi 2e83358352 feat: Add lead_detail.html template 2024-09-16 21:12:48 -04:00
Lord_Devi 519c9de86e fix: Add missing lead_form.html template and update lead_list.html 2024-09-16 21:11:35 -04:00
Lord_Devi 006625ee7c fix: Create wsgi.py and update manage.py 2024-09-16 21:08:36 -04:00
Lord_Devi 39d999ea7d feat: Add Django manage.py file 2024-09-16 21:08:35 -04:00
Lord_Devi ae7181ce59 feat: Add Lead model to admin interface 2024-09-16 20:58:23 -04:00
Lord_Devi d584bc2633 feat: Add lead model admin registration and basic templates 2024-09-16 20:57:19 -04:00
Lord_Devi 83addc39e6 fix: Create missing URLs files and update project settings 2024-09-16 20:50:00 -04:00
Lord_Devi 307735d63a feat: Implement lead scoring and prioritization 2024-09-16 20:48:30 -04:00
Lord_Devi 842d3c5d31 feat: Add 'leads' app to Django project 2024-09-16 20:47:44 -04:00
Lord_Devi decdd0be6e feat: Add Django settings file with 'leads' app 2024-09-16 20:43:51 -04:00
Lord_Devi 7de3c22ee6 feat: Set up initial Django project 2024-09-16 20:43:33 -04:00
Lord_Devi bd8192f70e chore: Add .aider* to .gitignore 2024-09-16 20:43:33 -04:00
Lord_Devi 64602e0c97 fix: Remove example Flask application 2024-09-16 19:35:06 -04:00
Lord_Devi ab7bc726d1 feat: Create basic Flask web application 2024-09-16 19:24:16 -04:00