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
```
### 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
Release history Release notifications | RSS feed
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)
Close
Hashes for django-angular-library-1.2.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03dfb2ad1e489e6a1cdd1b0882d33b749c1fb4c1613793d95c5a561dd1bf1a40 |
|
MD5 | ca03cf931dfa7a1a7702abe3c65fa8b2 |
|
BLAKE2b-256 | 28f2536c7d23fb94bbc6b3edf24049209d1ca063b7af7eb6c3b9c1ed4264b533 |