Skip to main content

Integrate django with yarnpkg

Project description

Easy way to use yarnpkg with your Django project.

This is a fork of django-bower <https://github.com/nvbn/django-bower> by Vladimir Iakovlev.

Read full documentation on read-the-docs.

Installation

Install django-yarnpkg package:

pip install django-yarnpkg

Add django-bower to INSTALLED_APPS in your settings:

'django_yarnpkg',

Add staticfinder to STATICFILES_FINDERS:

'django_yarnpkg.finders.NodeModulesFinder',

Specify path to components root (you need to use an absolute path):

NODE_MODULES_ROOT = os.path.join(BASE_DIR, 'node_modules')

If you need, you can manually set the path to yarnpkg:

YARN_PATH = '/usr/bin/yarnpkg'

You can see an example settings file in example project.

Usage

Specify YARN_INSTALLED_APPS in settings, like:

YARN_INSTALLED_APPS = (
    'bootstrap@^4.4.1',
    'underscore@^1.6.1',
)

Download yarn packages with the management command:

./manage.py yarn install

Add scripts in the template, like:

{% load static %}
<script type="text/javascript" src='{% static 'jquery/dist/jquery.js' %}'></script>

In production you need to call yarnpkg install before collectstatic:

./manage.py yarn install
./manage.py collectstatic

If you need to pass arguments to yarnpkg, like –flat, use:

./manage.py yarn install -- --flat

You can call yarnpkg commands like info and update with:

./manage.py yarn info backbone
./manage.py yarn update

Python 3 support

django-yarnpkg supports python 3.3+

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_yarnpkg-6.1.3.tar.gz (12.6 kB view details)

Uploaded Source

Built Distribution

django_yarnpkg-6.1.3-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file django_yarnpkg-6.1.3.tar.gz.

File metadata

  • Download URL: django_yarnpkg-6.1.3.tar.gz
  • Upload date:
  • Size: 12.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for django_yarnpkg-6.1.3.tar.gz
Algorithm Hash digest
SHA256 25a4946e79e4bf4c4ba1841922b0dcb67275c7ec84c15699c4b264ed64f844a9
MD5 a51c4cd60f582b5f469499fbf61f315d
BLAKE2b-256 49a356c2d1549291f70cbd4635cf817045b47f5e8969be6bc80b25ba20e9d44d

See more details on using hashes here.

File details

Details for the file django_yarnpkg-6.1.3-py3-none-any.whl.

File metadata

  • Download URL: django_yarnpkg-6.1.3-py3-none-any.whl
  • Upload date:
  • Size: 16.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for django_yarnpkg-6.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 708a89ce054e96238f4d618fd59014d0ea484102962da71fc947ebc7a164ec91
MD5 2affb69cfa0a101c0bd2da585b395fdf
BLAKE2b-256 cff57abc8282cbcb888a89f4e3f65cc260ac8b5aab9476f1d05a93fe2bbd8586

See more details on using hashes here.

Supported by

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