I
I
iFortunes2018-03-08 20:27:27
Django
iFortunes, 2018-03-08 20:27:27

Is it possible to import a model from one application to another in Django?

For example, there is a base application and there is a service application
How can I import a model from service to base?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Malyarov, 2018-03-08
@iFortunes

from APP.models import *

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question