Hi to all! I'm completely new in Django. All I done is read one Introduction Book by Adrian Holovaty. When I finished I thought I knew enough to build even something simple, because the book is real good and clear.
Maybe I could create something simple, but I wanna create my own Administration interface with bunch of widgets, a lot of JS/AJAX nevermind. Anyway, when I tried to create one link by click on which an AJAX request should be sent to specific url. For example /admin/page/untouchData I have the *Page* model, and I need to perform some action named *untouchData. *But I dont know where should I define untouchData method, neither how could I make the Django know about my specific URL *untouchData*, because it's not the standard action, neither CRUD. For now I can't realize the concept of Django architecture, I mean MTV seems. I came from Yii PHP framework, it has MVC concept, so there I could create specific action in a Controller and all staff is done. Of course URL routing exists there too, but it's quite simple. I'm sure for Django it's not enough to create only one rule: *url(r'^admin/', include(admin.site.urls)),* So guys, could you please tell me where to read about this? Because I can't find an answer in three books and in Django Official Documentation too =( Thanks for advice anyway. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

