Compare commits
2 Commits
3da12ae9e1
...
b6f847c5a9
Author | SHA1 | Date | |
---|---|---|---|
b6f847c5a9 | |||
62992b9256 |
10
README.md
10
README.md
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user