Changes between Initial Version and Version 1 of Ticket #32024
- Timestamp:
- Sep 21, 2020, 11:18:26 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32024
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #32024 – Description
initial v1 8 8 9 9 Process finished with exit code 0 10 {{{ 10 11 manage.py@dev > migrate 11 12 ssh://root@10.32.109.197:22/proj/env/bin/python3 -u /root/.pycharm_helpers/pycharm/django_manage.py migrate /proj/app/mysite … … 60 61 if name.startswith("`") and name.endswith("`"): 61 62 AttributeError: 'tuple' object has no attribute 'startswith' 62 63 }}} 63 64 Process finished with exit code 1 64 65 //////