File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,21 @@ Use sqlite
22
22
23
23
## code
24
24
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.
27
27
28
28
## .env file
29
29
30
30
To run the aileen box you'll need to have the following in an ` aileen/.env ` file.
31
31
32
32
```
33
33
WIFI_INTERFACES='theWifiInterfaceOfDevice'
34
- SUDO_PWD='password'
35
34
DISABLE_AUTO_TITLE='true'
36
35
```
37
36
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
+
38
40
## First migrations and superuser
39
41
40
42
Initialize the database
@@ -53,11 +55,11 @@ Check if everything was installed correctly with either:
53
55
- ` python manage.py runserver `
54
56
- ` python manage.py run_box `
55
57
56
- ## Data to Map
58
+ ## Data to map on server
57
59
58
60
Go to the ` /admin ` url and add a location for the aileen box
59
61
60
- ## Deploy app
62
+ ## Deploy server app
61
63
62
64
When creating an app on a server be sure to tell the server to collect the static files with the following
63
65
` python manage.py collectstatic `
You can’t perform that action at this time.
0 commit comments