Hi Dig,
you want to have different permissions actions depending on the user, that accesses the data, but it is the the same data - correct? if so you are speaking about one app not two. One App, as it is the same data, but different views, related to the context you are accessing it.

Do you have investigated django guardian - object level permissions?

Thanks
Frank








Am 24.09.2013 16:12, schrieb Dig:

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...@gmail.com <mailto:dig.ge...@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+unsubscr...@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.

--
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+unsubscr...@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.

Reply via email to