Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagocordeiro/dj-cloudinary-template
Exemplo simples de uso do Cloudinary com Django
https://github.com/tiagocordeiro/dj-cloudinary-template
Last synced: about 2 months ago
JSON representation
Exemplo simples de uso do Cloudinary com Django
- Host: GitHub
- URL: https://github.com/tiagocordeiro/dj-cloudinary-template
- Owner: tiagocordeiro
- Created: 2018-12-04T15:25:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T15:17:55.000Z (3 months ago)
- Last Synced: 2024-10-23T19:46:23.915Z (3 months ago)
- Language: HTML
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exemplo simples de uso do Cloudinary com Django
[![Updates](https://pyup.io/repos/github/tiagocordeiro/dj-cloudinary-template/shield.svg)](https://pyup.io/repos/github/tiagocordeiro/dj-cloudinary-template/)
[![Python 3](https://pyup.io/repos/github/tiagocordeiro/dj-cloudinary-template/python-3-shield.svg)](https://pyup.io/repos/github/tiagocordeiro/dj-cloudinary-template/)## Como rodar o projeto?
* Clone esse repositório.
* Crie um virtualenv com Python 3.
* Ative o virtualenv.
* Instale as dependências.
* Rode as migrações.```
git clone https://github.com/tiagocordeiro/dj-cloudinary-template.git
cd dj-cloudinary-template
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate
```### Crie uma conta na Cloudinary
E adicione as informações (API Key etc) ao .env