D
D
Dmitry2015-06-20 14:44:53
Django
Dmitry, 2015-06-20 14:44:53

Is it possible to access different applications of the same project on different domains (not a third-level domain)?

There is such an idea, one project and several identical applications inside. Application names are the domain itself like HN2YO4N.RU (a random sequence of letters and numbers).
Is it possible to use the HN2YO4N application at HN2YO4N.RU, and the TE3UMH1 application at TE3UMH1.RU, and so on?
I'm new to this business, I wrote only one simple site on django!
I will be glad if you offer a more elegant implementation. I don't want to learn from my mistakes

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2015-06-20
@sim3x

You can use
https://docs.djangoproject.com/en/1.8/ref/contrib/...
You can separate the "general" applications into a package and install jungi separately for each instance

V
vadik_tmb, 2015-06-22
@vadik_tmb

Isn't it easier to start on different virtual hosts?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question