I dunno how to pro gram

This commit is contained in:
Michał Gdula 2023-06-18 21:50:07 +00:00
parent a71584ef98
commit 7617e19e66
47 changed files with 70 additions and 25 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
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!