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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -