Open GoogleCodeExporter opened 8 years ago
I had this problem and went for a more portable solution. I moved JobAdmin
into a
file called admin_helper.py. Then I import JobAdmin into admin.py and register
it,
and then have view.py import JobAdmin from the helper file. This solves the
double
registration, without hard-linking the code to your specific project.
Original comment by kyle.dic...@gmail.com
on 7 Aug 2009 at 5:24
Original issue reported on code.google.com by
fede.cac...@gmail.com
on 19 May 2009 at 12:58