python - Extending django admin custom view for user -



python - Extending django admin custom view for user -

i have database of businesses around city, , want allow individual businesses submit info database, under respective business names. business table looks this:

id, business_name, business_address, business_city, business_state,

so on , fourth. there other tables in database, tied id field of model. want utilize admin console confine usernames business_id's, businesses can login , submit info respective business.

can accomplished using django admin console?

have looked st django-guardian?

github: https://github.com/lukaszb/django-guardian

pypi: https://pypi.python.org/pypi/django-guardian

python django

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -