-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4924841
commit 1bd7122
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ django-deno | |
.. _SystemJS: https://github.com/systemjs/systemjs | ||
.. _terser: https://terser.org | ||
|
||
`Deno`_ front-end integration for `Django`_, version 0.1.0. | ||
`Deno`_ front-end integration for `Django`_, version 0.1.1. | ||
|
||
* Currently only `drollup`_ / `terser`_ are supported, the deno server may be extended to support any of deno api, if | ||
applicable. | ||
|
@@ -66,7 +66,7 @@ To install the development version of ``django_deno`` in python3 ``virtualenv``: | |
|
||
To install the stable version of ``django_deno`` in python3 ``virtualenv``:: | ||
|
||
python -m pip install -U git+https://github.com/Dmitri-Sintsov/[email protected].0 | ||
python -m pip install -U git+https://github.com/Dmitri-Sintsov/[email protected].1 | ||
|
||
Description | ||
----------- | ||
|