Skip to main content

Angular packaged in an handy django app to speed up new applications and deployment.

Project description

# Django Angular Library

### Requirements
[Django](https://www.djangoproject.com/) 1.3 or later

### Installation

```
$ pip install django-angular-library
```

### Setup

Just add ```'django.contrib.staticfiles'``` and ```'angular'``` to
INSTALLED_APPS in yoursettings.py

```
INSTALLED_APPS = (
# ...

'django.contrib.staticfiles',
'angular',

# ...
)
```

Refer to Django [static files](https://docs.djangoproject.com/en/dev/howto/static-files/)
documentation to configure and deploy static files.

### Usage

You can refer to angular in your template with:

```
{{ STATIC_URL }}js/angular.js
```

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

django-angular-library-1.2.6.tar.gz (180.1 kB view hashes)

Uploaded Source

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