I have a module with several custom models defined. I would like a basic CRUD interface for many of them and the built in django admin site would be perfect. I think the stock django admin is mapped to '/nimda/', and i can see it at that address, however it includes the auth and sites apps. It doesn't include my models or any models from the default forum. This true even if I create an admin.py file and do the usual:

admin.site.register(myModel)

I understand that the forum models probably shouldn't be edited directly; i'm only interested in registering my own models.

asked 20 Jan '11, 21:38

rsp's gravatar image

rsp
41661420
accept rate: 66%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×61
×24
×10
×9
×2

Asked: 20 Jan '11, 21:38

Seen: 434 times

Last updated: 20 Jan '11, 21:38

powered by OSQA