Skip to content

Commit

Permalink
review-fix. Serializers: move Meta below other methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Resistor-git committed Sep 24, 2023
1 parent 15ec20a commit bc2f7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/foodgram/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

SECRET_KEY = os.getenv('SECRET_KEY', 'default_stub_key')

DEBUG = True
DEBUG = False

ALLOWED_HOSTS = [
'127.0.0.1',
Expand Down

0 comments on commit bc2f7e8

Please sign in to comment.