Hi,
I have a class BPS:
class BPS(models.Model):
"""
This is representation of
UK BPS applications.
"""
...
questions = ArrayField(models.IntegerField())
This field questions is ArrayField od integers.
And I also have Serializer for BPS.
When I want to create BPS objec
You can't install django in PyCharm.
You must set proper Python interpreter into PyCharm Settings.
File>Settings>Project:name_of_your_project>Project Interpreter
There you must setup proper Python interpreter.
The best option is that you create Virtual Environment for each project.
This is guide
2 matches
Mail list logo