Let AngularJS play well with Django
Let Django play well with AngularJS What does it offer? Add AngularJS directives to Django Forms. This allows to handle client side form validation using the constraints provided by the server side Form declaration. For more information, please visit the demo site. How to run git clone https://github.com/jrief/django-angular.git django-angular.git cd django-angular.git docker build -t django-angular.git . docker run -d -it -p 9002:9002 django-angular.git Open the application at http://{docker-host’s-ip}:9002/ Backward Incompatibility To be compliant with other libraries such
Read more