skip to Main Content

Postgresql – Psycopg2 – Django 3.0.5

I am trying to makemigrations in my project with Django using postgresql. But I have been having the following error: (agenda_api) C:UsersfelipOneDriveEscritorioManagmentCursosDjangoagendadjagenda>python manage.py makemigrations Traceback (most recent call last): File "C:UsersfelipOneDriveEscritorioManagmentCursosDjangoagenda_apilibsite-packagesdjangodbbackendspostgresqlbase.py", line 25, in <module> import psycopg2 as Database File…

VIEW QUESTION

Postgresql – Cannot create hypertable in timescaleDb

I installed timescaleDb using Docker following this tutorial for the setup: https://docs.timescale.com/self-hosted/latest/install/installation-docker/ . I used this image : timescale/timescaledb-ha:pg14-latest Then I connected to the instance with pgAdmin and followed this official tutorial: https://docs.timescale.com/getting-started/latest/tables-hypertables/. CREATE DATABASE "test-timescale"; CREATE TABLE IF NOT…

VIEW QUESTION
Back To Top
Search