https://github.com/codeedu/maratona3-django-admin
https://github.com/codeedu/maratona3-django-admin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeedu/maratona3-django-admin
- Owner: codeedu
- Created: 2020-06-20T18:55:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:16:46.000Z (over 4 years ago)
- Last Synced: 2025-04-17T10:26:11.302Z (about 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Descrição
Exemplo de painel administrativo com Django e Docker
### Para Windows
Lembrar de instalar o WSL2 e Docker. Vejo o vídeo: [https://www.youtube.com/watch?v=g4HKttouVxA](https://www.youtube.com/watch?v=g4HKttouVxA)
Siga o guia rápido de instalação: [https://gist.github.com/argentinaluiz/6bff167be40a2bf7a6bb879062cd25cd](https://gist.github.com/argentinaluiz/6bff167be40a2bf7a6bb879062cd25cd)
## Instalação
* Crie o volume do PostgreSQL
``` bash
docker volume create iniciando-django-pgdata
```
* Execute o projeto com o Docker:
``` bash
docker-compose up
```
## Rodar o projeto
* Acesse http://localhost:8000 para acessar o Django
* Acesse http://localhost:9000 para acesso o PgAdmin
