mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-05-28 22:33:13 +00:00
I dunno how to pro gram
This commit is contained in:
parent
a71584ef98
commit
7617e19e66
47 changed files with 70 additions and 25 deletions
17
README.md
Normal file
17
README.md
Normal 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!
|
Loading…
Add table
Add a link
Reference in a new issue