Re: two apps against one table (admin)

2014-02-06 Thread fborell
Proxy models seem to do the trick ... On Thursday, February 6, 2014 1:23:31 PM UTC-5, fborell wrote: > > All, > > I need to create a second application in the admin section that ports to > the first applications model. The second application's admin.py would > contain only

two apps against one table (admin)

2014-02-06 Thread fborell
All, I need to create a second application in the admin section that ports to the first applications model. The second application's admin.py would contain only 5 of the 15 fields and be set for read-only. My goal was to allow certain users the ability to do a simple search and not see some of

Errors importing django.db outside of python manage.py shell

2009-11-11 Thread fborell
I'm trying to set up the Python environment for Django so that I could take advantage of the auto-complete features of Komodo. While solving the auto-complete, I was still unsuccessful in importing certain modules via Komodo or a normal python shell. I was successful in creating and searching