Django for in-house data
Hello,
I'm using Django to have people in my company access our database. Since the application is not meant for public use, I was wondering how to best struture it.
The admin framework seems to be well suited for manipulating tables via web, while views (in my understanding) seem better for presenting contents with limited database manipulation.
Since my app is not meant for public use, I'm wondering if it's worth the effort to build views to mimic most of the admin features (are there shortcuts?)
On the other hand, I'm not very happy to give everyone in my company admin access simply to use the already built web interface.
Any suggestions?
Thanks.
Giuliano.
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1ab0c4ce-7e52-4764-bb7b-d653f0bef474%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home