Login
Remember
Register
Ask a Question
Is it mandatory to use the model/ database layer in Django?
+1
vote
asked
Apr 4, 2020
in
Data Handling
by
amita rallin
Is it mandatory to use the model/ database layer?
#django-model-layer
DataHandling-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 4, 2020
by
ryan harris
No. The model/ database layer is actually decoupled from the rest of the framework.
...