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 details)

Uploaded Source

File details

Details for the file django-angular-library-1.2.6.tar.gz.

File metadata

File hashes

Hashes for django-angular-library-1.2.6.tar.gz
Algorithm Hash digest
SHA256 03dfb2ad1e489e6a1cdd1b0882d33b749c1fb4c1613793d95c5a561dd1bf1a40
MD5 ca03cf931dfa7a1a7702abe3c65fa8b2
BLAKE2b-256 28f2536c7d23fb94bbc6b3edf24049209d1ca063b7af7eb6c3b9c1ed4264b533

See more details on using hashes here.

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