Skip to content

Commit

Permalink
Fix #858
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere committed Sep 14, 2023
1 parent 2003445 commit ee670ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ownphotos/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
if envvar not in os.environ:
raise NameError("Environment variable not set :" + envvar)

DEFAULT_AUTO_FIELD='django.db.models.AutoField'

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down

0 comments on commit ee670ef

Please sign in to comment.