change .gitignore
This commit is contained in:
parent
25325b4fd9
commit
ed5c7bd379
5 changed files with 149 additions and 6 deletions
|
@ -17,7 +17,7 @@ DEBUG = True # Change to False once you are done with runserver testing.
|
|||
|
||||
# Uncomment and set to the domain names this site is intended to serve.
|
||||
# You must do this once you set DEBUG to False.
|
||||
ALLOWED_HOSTS = ['0.0.0.0']
|
||||
ALLOWED_HOSTS = ['0.0.0.0', '10.8.120.148', 'localhost', 'd7272478.ngrok.io']
|
||||
|
||||
# Optional apps that DMOJ can make use of.
|
||||
INSTALLED_APPS += (
|
||||
|
|
|
@ -367,7 +367,7 @@ urlpatterns = [
|
|||
|
||||
url(r'^custom_checker_sample/', about.custom_checker_sample, name='custom_checker_sample'),
|
||||
|
||||
url(r'chat/', ChatView.as_view(), name='chat'),
|
||||
url(r'^chat/', ChatView.as_view(), name='chat'),
|
||||
]
|
||||
|
||||
favicon_paths = ['apple-touch-icon-180x180.png', 'apple-touch-icon-114x114.png', 'android-chrome-72x72.png',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue