Changes between Initial Version and Version 1 of Ticket #30982


Ignore:
Timestamp:
Nov 13, 2019, 1:19:06 AM (5 years ago)
Author:
Mariusz Felisiak
Comment:

Thanks for this ticket, however we will not be able to reproduce this issue with provided info. IMO it's not an issue in Django, but something with you're configuration/environment. Maybe you're using Python that's not supported by this version of Django, it's hard to tell. I think you should try to use one of support channels. You can also try to provide a sample and small project that we can use to reproduce this issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30982

    • Property Component UncategorizedDatabase layer (models, ORM)
    • Property Resolutionneedsinfo
    • Property Status newclosed
    • Property Summary error al hacer migracionesdjango.db.backends.postgresql is not one of available backends.
  • Ticket #30982 – Description

    initial v1  
    11ayuda por favor al hacer las miigraciones para conectarme con postgres me sale este error:
    22
     3{{{
    34Traceback (most recent call last):
    45  File "C:\Users\PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\db\utils.py", line 110, in load_backend       
     
    1415  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
    1516ModuleNotFoundError: No module named 'django.db.backends.postgresql'
    16 
     17}}}
    1718The above exception was the direct cause of the following exception:
    18 
     19{{{
    1920Traceback (most recent call last):
    2021  File "manage.py", line 21, in <module>
     
    119120Try using 'django.db.backends.XXX', where XXX is one of:
    120121    'mysql', 'oracle', 'sqlite3'
     122}}}
Back to Top