This is a little django thing made to work with leads data.
Go to file
2024-09-20 18:54:24 -04:00
config feat: Store database credentials in a separate configuration file 2024-09-16 21:47:02 -04:00
db_backups Got a filter menu working almost. 2024-09-18 22:08:52 -04:00
leads Added a favicon 2024-09-20 18:54:24 -04:00
leadsdb fix: Update favicon path and remove duplicate static directory 2024-09-20 18:52:40 -04:00
static Added a favicon 2024-09-20 18:54:24 -04:00
staticfiles Added a favicon 2024-09-20 18:54:24 -04:00
.gitignore feat: Store database credentials in a separate configuration file 2024-09-16 21:47:02 -04:00
create_db.py fix: create database 'leadsdb' before running migrations 2024-09-16 21:40:59 -04:00
db_schema_check.py fix: Update db_schema_check.py to handle remote PostgreSQL database 2024-09-18 18:04:52 -04:00
drop_tables.py fix: Drop all tables, perform new migrations, and verify schema 2024-09-18 18:07:26 -04:00
manage.py fix: Remove duplicate content in manage.py 2024-09-16 21:29:08 -04:00
path('', include('leads.urls')), fix: Add static file serving in development environment 2024-09-20 18:27:08 -04:00
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) Added a favicon 2024-09-20 18:54:24 -04:00