Changes between Initial Version and Version 1 of Ticket #32024


Ignore:
Timestamp:
Sep 21, 2020, 11:18:26 AM (4 years ago)
Author:
Mariusz Felisiak
Comment:

It looks that you set db_table to a tuple instead of string. Please don't use Trac as a support channel. Closing per TicketClosingReasons/UseSupportChannels.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32024

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #32024 – Description

    initial v1  
    88
    99Process finished with exit code 0
     10{{{
    1011manage.py@dev > migrate
    1112ssh://root@10.32.109.197:22/proj/env/bin/python3 -u /root/.pycharm_helpers/pycharm/django_manage.py migrate /proj/app/mysite
     
    6061    if name.startswith("`") and name.endswith("`"):
    6162AttributeError: 'tuple' object has no attribute 'startswith'
    62 
     63}}}
    6364Process finished with exit code 1
    6465//////
Back to Top