Compare commits

..

No commits in common. "b6f847c5a965e26583cf0672fc1e0bd957d3d250" and "3da12ae9e1689168c72a2c2e138a4b75b5bb0032" have entirely different histories.

View File

@ -6,10 +6,6 @@ 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
``` ```
@ -19,11 +15,7 @@ $ make start
$ make migrate $ make migrate
``` ```
- Create a django superadmin user - Create a django superadmin
```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: