-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix: Included `DATABASE_URL` at correct location * Chore: Update lock * Chore: Update actions version * Chore: Removed unparsable values in env.ci * Fix: Failing migrations * Fix: Remove drf_yasg * Chore: Renamed tests file, added pytest to pyproject file * Chore: Added sample test * Chore: Changed command internals for formatting * Chore: Ran formatting --------- Co-authored-by: lordsarcastic <>
- Loading branch information
1 parent
f77a22a
commit 2c7c74b
Showing
10 changed files
with
38 additions
and
143 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
SECRET_KEY=django-insecure-!y1)0r+77*tn34q46z$c_rpb5%3qjtsltx#))lz38s%9e5&qx9 | ||
DEBUG=1 | ||
ALLOWED_HOSTS='["localhost", "127.0.0.1"]' | ||
ENVIRONMENT=dev | ||
PIPENV_NOSPIN: 'true' | ||
WORKON_HOME: ~/.pipenv/virtualenvs | ||
ENVIRONMENT=dev |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
File renamed without changes.
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,2 @@ | ||
def test_addition(): | ||
assert 1 + 1 == 2 |