-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #308 from maykinmedia/develop
Update main, release v1.0.1
- Loading branch information
Showing
20 changed files
with
3,095 additions
and
79 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
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
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
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 |
---|---|---|
|
@@ -266,7 +266,7 @@ | |
EMAIL_USE_TLS = config("EMAIL_USE_TLS", default=False) | ||
EMAIL_TIMEOUT = 10 | ||
|
||
DEFAULT_FROM_EMAIL = "[email protected]" | ||
DEFAULT_FROM_EMAIL = config("DEFAULT_FROM_EMAIL", default="[email protected]") | ||
|
||
# | ||
# LOGGING | ||
|
@@ -877,6 +877,9 @@ | |
MAX_UPLOAD_SIZE = 1024 ** 2 * 100 # 100MB | ||
UPLOAD_FILE_TYPES = "application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/msword,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel,text/plain,application/vnd.oasis.opendocument.text,application/vnd.oasis.opendocument.formula,application/vnd.oasis.opendocument.spreadsheet,application/pdf,image/jpeg,image/png" | ||
|
||
# HaalCentraal BRP versions | ||
BRP_VERSION = config("BRP_VERSION", default="2.0") | ||
|
||
# | ||
# DIGID | ||
# | ||
|
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
24 changes: 24 additions & 0 deletions
24
src/open_inwoner/haalcentraal/tests/files/ingeschrevenpersonen.999993847_1.3.json
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"_links": { | ||
"self": { | ||
"href": "https://www.haalcentraal.nl/haalcentraal/api/brp/ingeschrevenpersonen/999993847" | ||
} | ||
}, | ||
"naam": { | ||
"aanhef": "Geachte mevrouw Kooyman", | ||
"aanschrijfwijze": "M. Kooyman", | ||
"gebruikInLopendeTekst": "mevrouw Kooyman", | ||
"aanduidingNaamgebruik": "eigen", | ||
"voornamen": "Merel", | ||
"voorletters": "M.", | ||
"geslachtsnaam": "Kooyman" | ||
}, | ||
"geboorte": { | ||
"datum": { | ||
"datum": "1982-04-10", | ||
"jaar": 1982, | ||
"maand": 4, | ||
"dag": 10 | ||
} | ||
} | ||
} |
File renamed without changes.
Oops, something went wrong.