Skip to content

Commit

Permalink
Merge pull request #352 from u-shev/installation-update
Browse files Browse the repository at this point in the history
[#348] updated INSTALLATION.md
  • Loading branch information
sgmdlt authored Oct 13, 2023
2 parents 49205fa + f6e118f commit 0ecbe44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Note that after you leave the page, you can't look at the token again, you just
You can use SQLite with Poetry by adding `DB_ENGINE=SQLite` to the .env file. By default, this value is not present.
If PostgreSQL is installed, set values to the corresponding variables ***POSTGRES***.

You should also set `DEBUG=True` in .env file because by defualt content is loaded under the https protocol instead of http, witch is not supported by development server. Using debug also provides you with debug toolbar.

---

### 1.3 Finishing the installation
Expand Down Expand Up @@ -170,5 +172,5 @@ make start
### Docker

```bash
make compose-dev
make compose-start
```

0 comments on commit 0ecbe44

Please sign in to comment.