Giter Club home page Giter Club logo

django-angular's Introduction

django-angular

Let Django play well with AngularJS

Build Status PyPI version Python versions Software license Twitter Follow

Breaking News

On 2017-08-14 django-angular version 1.1 has been released.

This version introduces file- and image uploads through Ajax form submissions.

Backward Incompatibility

If you create Angular forms from Django models, nothing changes.

If you create Angular forms using the provided mixin classes, then you must use the corresponding fields as provided by django-angular. This keeps the API cleaner and prevents dynamic class tweaks.

Documentation

Detailed documentation on ReadTheDocs.

Demo on how to combine Django with Angular's form validation.

Please drop me a line, if and where you use this project.

Features

  • Seamless integration of Django forms with AngularJS controllers.
  • Client side form validation for Django forms using AngularJS.
  • Let an AngularJS controller call methods in a Django view - kind of Javascript RPCs.
  • Manage Django URLs for static controller files.
  • Three way data binding to connect AngularJS models with a server side message queue.
  • Perform basic CRUD operations.

Future Plans

A next big change to django-angular is to add support for Angular2 and/or 4. This will require additional development time from my side, so please consider to fund this and other upcoming features using Gratipay.

Latest Changes

1.1 (2017-08-17)

  • Instead of adding extra functionality to Django's form fields via inheritance magic, now one must use the corresponding field classes from djng.forms.fields if its own form class inheritis from NgForm or NgModelForm.
  • Added support to upload files and images via Ajax.

License

Copyright © 2017

MIT licensed

django-angular's People

Contributors

adrienbrunet avatar agdude avatar andreyoparin avatar antonofthewoods avatar asnoeyink avatar calebj avatar dkopitsa avatar fabiomontefuscolo avatar jamesbrobb avatar jaxer avatar jkosir avatar jonaswre avatar jrief avatar jshridha avatar k-funk avatar ka7eh avatar mtyaka avatar nerade avatar omarkhan avatar potpath avatar racitup avatar rfleschenberg avatar robbyt avatar rolo avatar stav avatar thedrow avatar thomasfillon avatar ubica avatar viaregio avatar werdes72 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.