Can foreign key be null?
Answer / Neha Shrivastava
By default, a foreign key in Django cannot have a NULL value. However, you can specify `null=True` when defining the field to allow for NULL values.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is g in flask?
Is there a django 2?
Explain the architecture of Django?
What is a serializer django?
What is slug in django?
How to view and filter items from the database?
What are template tags in django?
What is the architecture of django?
Is python django easy to learn?
What is meta class in ooad?
What happens if you put an else statement after block?
Does django need a web server?