This is a little django thing made to work with leads data.
Go to file
2024-09-16 23:29:39 -04:00
config feat: Store database credentials in a separate configuration file 2024-09-16 21:47:02 -04:00
leads fix: Remove duplicate success message from IDS Data page 2024-09-16 23:29:39 -04:00
leadsdb feat: Add logging to CSV import functionality 2024-09-16 23:07:55 -04:00
.env.example feat: Add .env.example file for database configuration 2024-09-16 21:26:52 -04:00
.gitignore feat: Store database credentials in a separate configuration file 2024-09-16 21:47:02 -04:00
app.py fix: Remove example Flask application 2024-09-16 19:35:06 -04:00
create_db.py fix: create database 'leadsdb' before running migrations 2024-09-16 21:40:59 -04:00
manage.py fix: Remove duplicate content in manage.py 2024-09-16 21:29:08 -04:00