Skip to content

Commit

Permalink
Memory Filename Fix (#9)
Browse files Browse the repository at this point in the history
Memory Filename Fix
  • Loading branch information
ckrew authored Dec 15, 2023
2 parents 5bc1a87 + f26ea8b commit 7fd7e88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tethysapp/app_store/tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# DATABASES = {
# "default": {
# "ENGINE": "django.db.backends.sqlite3",
# "NAME": "memory:",
# "NAME": "memory",
# }
# }

Expand Down
1 change: 1 addition & 0 deletions tethysapp/memory
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file removed tethysapp/memory:
Empty file.

0 comments on commit 7fd7e88

Please sign in to comment.