Skip to content

Commit db05e20

Browse files
authored
Readme improvements
1 parent ce8d5b6 commit db05e20

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,21 @@ Use sqlite
2222

2323
## code
2424

25-
We use black
26-
We use isort for package importing
25+
- We use black for code formatting.
26+
- We use isort for package importing.
2727

2828
## .env file
2929

3030
To run the aileen box you'll need to have the following in an `aileen/.env` file.
3131

3232
```
3333
WIFI_INTERFACES='theWifiInterfaceOfDevice'
34-
SUDO_PWD='password'
3534
DISABLE_AUTO_TITLE='true'
3635
```
3736

37+
Aileen will tell you about the wifi interfaces it sees if you don't know what to put for the first setting.
38+
39+
3840
## First migrations and superuser
3941

4042
Initialize the database
@@ -53,11 +55,11 @@ Check if everything was installed correctly with either:
5355
- `python manage.py runserver`
5456
- `python manage.py run_box`
5557

56-
## Data to Map
58+
## Data to map on server
5759

5860
Go to the `/admin` url and add a location for the aileen box
5961

60-
## Deploy app
62+
## Deploy server app
6163

6264
When creating an app on a server be sure to tell the server to collect the static files with the following
6365
`python manage.py collectstatic`

0 commit comments

Comments
 (0)