Skip to content

Commit e5120b1

Browse files
authored
Update README.md
1 parent 8bcdad8 commit e5120b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ POSTGRES_DB="yourdb"
6161

6262
## Setup
6363

64-
This project is designed to run with Docker. However, you can also run the Django application independently (using the [Setup Django](#setup-django) instructions), which is often convenient during development. This means, however, that Nginx will no longer serve as a revere proxy, and Redis will need to be started manually. Additionally, in a production environment, you will no longer have Certbot for HTTPS. It is also important to know that the Django (development) server is not even designed for use in a production environment, as seen [here](https://docs.djangoproject.com/en/5.1/ref/django-admin/#runserver).
64+
This project is designed to run with Docker. However, you can also run the Django application independently (using the [Setup Django](#setup-django) instructions), which is often convenient during development. This means, however, that Nginx will no longer serve as a revere proxy, and Redis will need to be started manually. Additionally, in a production environment, you will no longer have Certbot for HTTPS. It is also important to know that the Django (development) server is not designed for use in a production environment, as seen [here](https://docs.djangoproject.com/en/5.1/ref/django-admin/#runserver).
6565

6666

6767
## Setup (Docker)

0 commit comments

Comments
 (0)