Skip to main content

Angular resource generator for DRF

Project description

Command for django that generates AngularJS services, compatible with ngResource.$resource, that provide client-side representation of the models and remote methods in angular-application. For more info: https://github.com/gerasev-kirill/django-rest-framework-angular-resource-generator

Quick start

  • install using pip:

pip install django-rest-framework-angular-resource-generator
  • add “drf_ng_generator” to your INSTALLED_APPS setting like this:

INSTALLED_APPS = (
    ...
    'drf_ng_generator'
)
  • run next command to create ngResource-file from drf views:

python ./manage.py drf_ng ./path-to-my-static-dir/resources.js

or (to generate the coffee-script file):

python ./manage.py drf_ng ./path-to-my-static-dir/resources.coffee

For more info: https://github.com/gerasev-kirill/django-rest-framework-angular-resource-generator

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page