Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best practice to use ExtJS with Django Framework

Tags:

django

extjs

I like to use django in the server side with extjs in the client. Possibly using a REST interface for publishing the resources. Ideas about that? thanks.

like image 996
Jose Jorge Lorenzo Vila Avatar asked Feb 02 '09 15:02

Jose Jorge Lorenzo Vila


2 Answers

You may want to consider django-rest-interface.

like image 73
Soviut Avatar answered Oct 23 '22 04:10

Soviut


Probably your should update your question with extjs version. Current extjs version 4.2 can be nicely integrated with django. One of the examples: https://github.com/linovia/django-rest-framework-extjs

like image 27
glmvrml Avatar answered Oct 23 '22 03:10

glmvrml