Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 56248da

Browse files
committed
Tweaked README
1 parent 59f2a9a commit 56248da

File tree

1 file changed

+4
-5
lines changed
  • README.md

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Paths below are relative to this README. Files produced during installation or a
1212
The directory tree might look like:
1313

1414
```bash
15-
$ tree -L 2 apimanager/
16-
apimanager/
15+
/var/www/apimanager/
1716
+-- API-Manager
1817
| +-- apimanager
1918
| +-- apimanager.service
@@ -28,8 +27,6 @@ apimanager/
2827
+-- logs
2928
+-- static-collected
3029
+-- venv
31-
+-- bin
32-
+-- lib
3330
```
3431

3532
## Install dependencies
@@ -42,7 +39,7 @@ $ source ../venv/bin/activate
4239

4340
## Configure settings
4441

45-
Edit `apimanager/apimanager/local_settings.py`:
42+
Create and edit `apimanager/apimanager/local_settings.py`:
4643

4744
```python
4845
# Used internally by Django, can be anything of your choice
@@ -61,6 +58,8 @@ DATABASES = {
6158
}
6259
```
6360

61+
Changes to this file will not be overwritten on updates. The settings there can override anything specified in `apimanager/apimanager/settings.py`.
62+
6463
The application's authentication is API-driven. However, to make use of Django's authentication framework and sessions, there is a minimal requirement of a database. Per default, sqlite is used, but you can configure any Django-supported backend you want. Please lookup the appropriate documentation.
6564

6665

0 commit comments

Comments
(0)