Skip to content

Commit

Permalink
deploy the project with a valid url
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-21 committed Dec 7, 2022
1 parent 5079831 commit 1776912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The members of the team are:
The project is called `msms` (Music School Management System). It currently consists of a single app `lessons` where all functionality resides.

## Deployed version of the application
The deployed version of the application can be found at *<[https://serge21.pythonanywhere.com/](URL)>*.
The deployed version of the application can be found at *[URL](https://serge21.pythonanywhere.com/)*.

## Installation instructions
To install the software and use it in your local development environment, you must first set up and activate a local development environment. From the root of the project:
Expand Down
4 changes: 2 additions & 2 deletions msms/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
SECRET_KEY = 'django-insecure-a&w%q*xhf_p%g9dka12!or2660frvwdwda8^zhh$dvlb0(26n-'

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

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['serge21.pythonanywhere.com']


# Application definition
Expand Down

0 comments on commit 1776912

Please sign in to comment.