I'm new started to Django.where is my fault?
Asked
Active
Viewed 36 times
0
-
1You could show the models.py code, I think you're using strange characters. – eyllanesc Feb 17 '18 at 13:57
-
model.py https://ibb.co/ehUYO7 – FATİH İLGİN Feb 17 '18 at 14:01
-
@FATİHİLGİN just try to add at the top of models.py this `# -*- coding: utf-8 -*-` as suggested in link provided by @Ashish Nitin Patil – neverwalkaloner Feb 17 '18 at 14:04
-
The problem is in the comments. the third letter of `baska` causes the problem – eyllanesc Feb 17 '18 at 14:08
-
@neverwalkaloner thank you ıt solved.ıt was very simple missing – FATİH İLGİN Feb 17 '18 at 14:15