you already asked this question on stackoverflow and it got closed. 
http://stackoverflow.com/questions/14884573/how-do-i-create-a-django-style-admin-interface-from-scratch-in-webapp2
 
it is not an easy task and from your question it does not look like you have 
the skills to do something like this.

consider an easier job to start with. 

On Feb 14, 2013, at 4:39 PM, Devon Campbell <radde...@gmail.com> wrote:

> I want to write a simple admin interface (something like django-admin but 
> much simpler) to add objects to my database through my app. I thought of 
> looking at django-admin, but that thing is spread out over tons of different 
> files and has a lot of moving parts. I don't even know where to start.
> 
> Trouble is, I'm not sure where to start writing it for myself. I know I need 
> to check that a user is logged in, but I don't know what to do next. I would 
> like to generalize this to allow me to register models, but I don't know how 
> that would work. Can anyone put me on the right track? Thanks!
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to