Changes between Initial Version and Version 1 of Ticket #30982
- Timestamp:
- Nov 13, 2019, 1:19:06 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30982
- Property Component Uncategorized → Database layer (models, ORM)
- Property Resolution → needsinfo
- Property Status new → closed
- Property Summary error al hacer migraciones → django.db.backends.postgresql is not one of available backends.
-
Ticket #30982 – Description
initial v1 1 1 ayuda por favor al hacer las miigraciones para conectarme con postgres me sale este error: 2 2 3 {{{ 3 4 Traceback (most recent call last): 4 5 File "C:\Users\PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\db\utils.py", line 110, in load_backend … … 14 15 File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked 15 16 ModuleNotFoundError: No module named 'django.db.backends.postgresql' 16 17 }}} 17 18 The above exception was the direct cause of the following exception: 18 19 {{{ 19 20 Traceback (most recent call last): 20 21 File "manage.py", line 21, in <module> … … 119 120 Try using 'django.db.backends.XXX', where XXX is one of: 120 121 'mysql', 'oracle', 'sqlite3' 122 }}}