Skip to content

Commit

Permalink
Merge pull request #410 from ReYaNOW/fix-typos
Browse files Browse the repository at this point in the history
fix typos and punctuation errors in INSTALLATION.md
  • Loading branch information
fey authored May 20, 2024
2 parents f81ccd0 + 89def3a commit f3b2cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ 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.
You should also set `DEBUG=True` in .env file because by default 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.

Admin login details:
- login: admin
Expand Down Expand Up @@ -122,8 +122,8 @@ make compose-sync ARGS='hexlet-boilerplates'
```

- Keep in mind that this will add all repositories of the organization to the database. This will take a long time.
- Keep in mind that the gitahub api has a limit of 5000 requests per hour. If you request data for an organization with a large number of repositories (e.g. Hexlet),
you will get a 403 error at some point and the data download will stop. In general it is not necessary to upload all data for development. If the work on the task
- Keep in mind that the github api has a limit of 5000 requests per hour. If you request data for an organization with a large number of repositories (e.g. Hexlet),
you will get a 403 error at some point, and the data download will stop. In general, it is not necessary to upload all data for development. If the work on the task
is related to a specific repository, you can upload data for a specific repository as described below.

**By full repository names:**
Expand Down

0 comments on commit f3b2cbb

Please sign in to comment.