I have a domain named xyz.com running a django project with a database. I have another Django project which should point to xyz.com/pray with a different database. Is it possible to do so?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
yes, 2 things i would look at:
project/urls.py:
and from https://docs.djangoproject.com/en/1.3/topics/db/multi-db/#an-example: db settings:
Custom router:
add this to your settings.py
|
||||
|
|