Create a Django application that integrates with a public API, retrieves data, and stores it in a PostgreSQL database. The application should expose endpoints to fetch the stored data and perform basic CRUD operations.
- Use a public API (e.g., OpenWeatherMap API) to fetch weather data for a given city.
- Store the fetched data in a PostgreSQL database.