Tuesday, September 24, 2013

Re: How to share model/data cross django project

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEcBAEBCgAGBQJSQaACAAoJELMiOgVOfjkQsnMH/3TjSAcRlHQGbWSy9SAbUhDo
4IyakFJ82/XRa/sZdsqg2t96YcQwlttSGi0YxH2DVZEAGF0IsB5kIOdifijNdh1d
RgI/zyfz4U4NhHUhWY55bE0obqi8RL7OVp6k4dV3CmRFgJmCGWq/yTXq0qpKhXSu
MhHqtDLVD0sZsP37awAHzH/m/pGZOm+kfYmNRn3s2BQVgcis677Gr2auinCv2Z7E
HE12ESR8m2JC8e3V1Fv13fuuPbkFGnZBZRayd6vKB9NusZj038+a1NkRECyczrj2
sLBM1xLQGcOlAw1KoJ3aYKxyNqpXhyfUMZne2hMHSM1UAUFAwBxDwQroV3ipoKA=
=YTXQ
-----END PGP SIGNATURE-----
Sure, just have the DATABASES entry in the settings.py files point to the same server/database, or to the same server and different databases.

François

On Sep 24, 2013, at 10:12 AM, Dig <dig.ge.cn@gmail.com> wrote:

> Hi,
>
> Please let me repeat my question shortly, I want to access the same database from 2 different django project/app. Can anyone help me? Thanks.
>
> Regards,
> Dig
>
> On Sep 20, 2013 9:13 PM, "Dig" <dig.ge.cn@gmail.com> wrote:
> Hi,
>
> There are about 20 views in a django project (with a django app). Recently, a new requirement occurred, someone want to split current views into 2 site but the database is unique. That means 2 subdomain, 2 views sets, 2 deployment scripts, but only one database.
>
> Can I implement this feature by writing 2 setting.py files?
>
> Environment:
> Django 1.5.4
> Nginx + uwsgi
> MySQL
>
> Thanks,
> Dig
>
>
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment