Skip to content

Commit

Permalink
fix subroutine's findings
Browse files Browse the repository at this point in the history
  • Loading branch information
trinkey authored Dec 4, 2024
1 parent 46e4d8e commit 526b744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## v0.13.7
1. **\[!!!\]** Moved the settings file from `settings.json` to `settings.yaml`
2. Made usernames case-insensitive across the whole website
3. Added a way to propertly get IPs behind a reverse proxy
3. Added a way to properly get IPs behind a reverse proxy
4. A password is now needed to set/change passwords
5. Sitemaps for comments and hashtag pages have been added
6. Made the followers feed not stack overflow if you follow too many people
Expand Down
2 changes: 1 addition & 1 deletion docs/running-the-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ python manage.py runserver
First, you'll need to create a new webapp. When doing so, make sure you select
the following settings:
- Manual configuration
- Python 3.10 (Python 3.10 is the minimum version for Django 3.X, which is
- Python 3.10 (Python 3.10 is the minimum version for Django 5.X, which is
needed for smiggins.)

Then, in PythonAnywhere's console, you will need to run a couple commands:
Expand Down

0 comments on commit 526b744

Please sign in to comment.