old-website/README.md

18 lines
234 B
Markdown
Raw Normal View History

2023-06-18 21:50:07 +00:00
My little Django website + blog
## Installation
Clone this repo and cd into it
### Running
```bash
docker-compose up
```
### First time setup
```bash
docker-compose exec website python3 /app/manage.py createsuperuser
```
ok bye!