mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2024-12-28 02:06:05 +00:00
18 lines
234 B
Markdown
18 lines
234 B
Markdown
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!
|