Compare commits

...

2 Commits

View File

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