Skip to content

Commit 02bdeba

Browse files
committed
add new blog post
1 parent a76db92 commit 02bdeba

8 files changed

Lines changed: 732 additions & 0 deletions

File tree

content/pages/examples/django/django-extensions-plug-ins.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,18 @@ The project is open sourced under the
482482
[Encode OSS Ltd. license](https://github.com/encode/django-rest-framework/blob/master/LICENSE.md).
483483

484484

485+
### Django Request Token
486+
[Django Request Token](https://github.com/yunojuno/django-request-token)
487+
([PyPI package information](https://pypi.org/project/django-request-token/0.13/))
488+
encapsulates the logic for issuing expiring and one-time tokens
489+
with a [Django](/django.html) web application to use with protected URLs.
490+
Note that [PostgreSQL](/postgresql.html) as your backend
491+
[database](/databases.html) is a dependency for using this project.
492+
493+
The Django Request Token project is open sourced under the
494+
[MIT license](https://github.com/yunojuno/django-request-token/blob/master/LICENSE).
495+
496+
485497
### django-rq
486498
[django-rq](https://github.com/rq/django-rq)
487499
([PyPI package information](https://pypi.org/project/django-rq/))

content/pages/meta/00-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on GitHub.
1515

1616
## 2021
1717
### January
18+
* Published a new blog post on
19+
[Using Django & AssemblyAI for More Accurate Twilio Call Transcriptions](/blog/django-accurate-twilio-voice-transcriptions.html).
1820
* Updated
1921
[Flask extension projects and example code](/flask-extensions-plug-ins-related-libraries.html).
2022
* Happy New Year!

0 commit comments

Comments
 (0)