Flask-SQLAlchemy Many to Many Insert
问题 Flask sqlalchemy many-to-many insert data I've tried the above advice but continue to recieve the following error on the append of a many to many attribute when inserting a new post with tags. Any direction would be most appreciated! 1:06:22 PM web.1 | post.tags.append(post_tag) 11:06:22 PM web.1 | File "/home/trevor/Projects/trevorblog/venv/local/lib/python2.7/site-packages/sqlalchemy/orm/collections.py", line 1072, in append 11:06:22 PM web.1 | item = __set(self, item, _sa_initiator) 11:06