Skip to content

Commit

Permalink
update: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davisilvarafacho committed Sep 9, 2024
1 parent 765cf25 commit 8df868d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,20 +224,21 @@ Até a construação de CLI, vou tentar deixar o mais explícito e claro possív
## Frameworks e bibliotecas utilizados

1. [django](https://github.com/django/django)
2. [psycopg2](https://github.com/psycopg/psycopg2)
3. [django-rest-framework](https://github.com/encode/django-rest-framework)
4. [django-cors-headers](https://github.com/adamchainz/django-cors-headers)
5. [django-rest-knox](https://github.com/jazzband/django-rest-knox)
6. [django-filter](https://github.com/carltongibson/django-filter)
7. [django-redis](https://github.com/jazzband/django-redis)
8. [django-extensions](https://github.com/django-extensions/django-extensions)
9. [redis-py](https://github.com/redis/redis-py)
10. [django-auditlog](https://github.com/jazzband/django-auditlog)
11. [drf-spectacular](https://github.com/tfranzel/drf-spectacular)
12. [drf-extensions](https://github.com/chibisov/drf-extensions)
13. [django-allauth](https://github.com/pennersr/django-allauth)
14. [pika](https://github.com/pika/pika)
15. [httpx](https://github.com/projectdiscovery/httpx)
1. [psycopg2](https://github.com/psycopg/psycopg2)
1. [django-rest-framework](https://github.com/encode/django-rest-framework)
1. [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt)
1. [django-cors-headers](https://github.com/adamchainz/django-cors-headers)
1. [django-rest-knox](https://github.com/jazzband/django-rest-knox)
1. [django-filter](https://github.com/carltongibson/django-filter)
1. [django-redis](https://github.com/jazzband/django-redis)
1. [django-extensions](https://github.com/django-extensions/django-extensions)
1. [redis-py](https://github.com/redis/redis-py)
1. [django-auditlog](https://github.com/jazzband/django-auditlog)
1. [drf-spectacular](https://github.com/tfranzel/drf-spectacular)
1. [drf-extensions](https://github.com/chibisov/drf-extensions)
1. [django-allauth](https://github.com/pennersr/django-allauth)
1. [pika](https://github.com/pika/pika)
1. [httpx](https://github.com/projectdiscovery/httpx)

### Insipiração

Expand Down
20 changes: 20 additions & 0 deletions update.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pip install --upgrade
\ django
\ django-allauth
\ django-auditlog
\ django-cachalot
\ django-cors-headers
\ django-extensions
\ django-filter
\ django-redis
\ django-simple-history
\ django-threadlocals
\ djangorestframework
\ djangorestframework-simplejwt
\ drf-extensions
\ drf-spectacular
\ httpx
\ Pillow
\ pika
\ psycopg2-binary
\ python-dotenv

0 comments on commit 8df868d

Please sign in to comment.