A Django-based file processing application that parses and stores Point of Interest (POI) data from multiple file formats (CSV, JSON, XML) into a PostgreSQL database. This project follows Django's ...
📁 Project Structure django_project_AI/ ├── .gitignore # Git ignore rules ├── requirements.txt # Dependencies ├── README.md # This file └── project/ # Django project root ├── manage.py # Django ...