Skip to content

Commit

Permalink
Merge pull request #28 from imanirak/deployment-test
Browse files Browse the repository at this point in the history
official deployment
  • Loading branch information
imanirak authored Apr 27, 2022
2 parents 962f87e + aff30d8 commit a9fc5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions HAM/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
SECRET_KEY = str(os.getenv('SECRET_KEY'))

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
#DEBUG = False
# DEBUG = True
DEBUG = False

ALLOWED_HOSTS = []

Expand Down
5 changes: 1 addition & 4 deletions main_app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@


)






class Device(models.Model):
name = models.CharField(max_length=50)
Expand Down

0 comments on commit a9fc5ca

Please sign in to comment.