A simple Django application that connects to a PostgreSQL database containing information about companies in Slovakia. The project consists of two Django applications:
- The first demo application that connects to database via a cursor connection.
- The second demo application that connects to database via a ORM connection.