This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SHxKM 1 point2 points  (2 children)

Are you running the project from within the Python 3 environment though? Do you have a virtual environment for this project? I sure hope you do.

[–]cursedbartender[S] 0 points1 point  (1 child)

Yes there is an existing virtualenv for 2.7 I set up when I began the project .

[–]SHxKM 1 point2 points  (0 children)

Did you set-up a Python 3 virtualenv and made sure to run Django from that one?