https://github.com/voidcoefficient/telegraph
Basic blog made with Django Web
https://github.com/voidcoefficient/telegraph
Last synced: 4 months ago
JSON representation
Basic blog made with Django Web
- Host: GitHub
- URL: https://github.com/voidcoefficient/telegraph
- Owner: voidcoefficient
- License: bsd-3-clause
- Created: 2021-07-16T10:02:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T09:52:57.000Z (over 4 years ago)
- Last Synced: 2025-03-20T04:40:34.062Z (11 months ago)
- Language: Python
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `Telegraph`, com Bulma
English README coming soon.
## Video
[](https://www.youtube.com/embed/S_a-QmJOIhI)
## Como instalar
``` sh
git clone https://github.com/paulo-e/telegraph
cd telegraph
python3 manage.py migrate
python3 manage.py runserver
```
## Como acessar
Navegue para `http://localhost:8000/blog`. Para acessar o painel de administrador, acesse `http://localhost:8000/admin`.
## Criando um administrador
Na pasta do projeto, rode:
``` sh
python3 manage.py createsuperuser
```
E siga o processo.