Skip to content

Commit

Permalink
Update host, bug dix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEZE1020 committed Jan 13, 2025
1 parent 28047b1 commit ee04ad2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified social_media_api/__pycache__/settings.cpython-313.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion social_media_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['social-media-api-a5m3.onrender.com']
ALLOWED_HOSTS = ['social-media-api-a5m3.onrender.com', '127.0.0.1:8000']


# Application definition
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{% block content %}
{% extends 'base.html' %}

{% block title %}Sign Up{% endblock %}


{% block content %}
<h2>Sign Up</h2>
Expand Down

0 comments on commit ee04ad2

Please sign in to comment.