-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pyproject.toml: Add whois to the list of packages. This fixes the db_create.py helper script being unable to import modules from whois. * whois/settings.py: add 192.168.88.1-255 as the default IP mask * README.md: Extend the local setup guide * whois/settings.py: Raise ValueError is the APP_IP_MASK variable was not set * README.md: Add guide to set APP_IP_MASK variable --------- Co-authored-by: Norbert Szulc <[email protected]>
- Loading branch information
1 parent
38ba92b
commit 951d817
Showing
3 changed files
with
49 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ name = "whohacks" | |
version = "1.5.0" | ||
description = "" | ||
authors = ["Norbert Szulc <[email protected]>"] | ||
packages = [{ include = "whois" }] | ||
package-mode = false | ||
|
||
[tool.poetry.dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters