Compare commits

..

2 Commits

View File

@ -6,6 +6,10 @@ Bluesky Django PoC
```sh
$ make build
$ cp env.sample .env
$ vim .env
APP_PORT=8111
[change all the values you need]
$ make start
```
@ -15,7 +19,11 @@ $ make start
$ make migrate
```
- Create a django superadmin
- Create a django superadmin user
```sh
$ make sh
(ct)$ python manage.py createsuperuser
```
- Go to the admin url (e.g. `http://localhost:8111/admin`) and log in as
superadmin
- Insert a new user, important data: