Open GoogleCodeExporter opened 8 years ago
You need to register your model in the admin interface.
On admin.py, try to add:
from myproject.gameengine.models import Person
admin.site.register(Person)
Read the Django Documentation:
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#modeladmin-objects
Original comment by paulmcpa...@gmail.com
on 17 Aug 2009 at 6:17
But i have the same problem in the sample app myapp. I would expect the amdin.py
allready have its models registered..
Original comment by jakobhol...@gmail.com
on 17 Aug 2009 at 6:27
have a same problem
Original comment by vnep...@gmail.com
on 5 Apr 2011 at 10:05
Original issue reported on code.google.com by
jakobhol...@gmail.com
on 16 Aug 2009 at 2:24