Add Django project

This commit is contained in:
Joakim Hellsén 2024-01-30 02:30:43 +01:00
commit a70ccca169
21 changed files with 3691 additions and 1 deletions

11
.vscode/settings.json vendored
View file

@ -1,3 +1,12 @@
{
"cSpell.words": ["chartboost", "feedvault", "PGHOST", "PGPORT", "PGUSER"]
"cSpell.words": [
"chartboost",
"feedburner",
"feedparser",
"feedvault",
"PGHOST",
"PGPORT",
"PGUSER",
"webmail"
]
}