You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A production-ready Django 5.2 LTS starter template for [Railway](https://railway.com).
4
8
@@ -116,16 +120,16 @@ Open [http://localhost:8000](http://localhost:8000). Code changes reload automat
116
120
117
121
## What's Included
118
122
119
-
-**[Django 5.2 LTS](https://docs.djangoproject.com/en/5.2/)** — supported until April 2028
120
-
-**[PostgreSQL](https://www.postgresql.org/)** via psycopg3 — modern async-capable adapter
121
-
-**[WhiteNoise](https://whitenoise.readthedocs.io/)** — serve static files without nginx, with brotli compression
122
-
-**[django-environ](https://django-environ.readthedocs.io/)** — configure via environment variables and `.env` files
123
-
-**[Argon2](https://docs.djangoproject.com/en/5.2/topics/auth/passwords/#using-argon2-with-django)**— password hashing (winner of the Password Hashing Competition)
124
-
-**Split settings**— separate development and production configurations
125
-
-**Health check**—`/health/` endpoint returns JSON for Railway monitoring
-**[Django 5.2 LTS](https://docs.djangoproject.com/en/5.2/)**: supported until April 2028
124
+
-**[PostgreSQL](https://www.postgresql.org/)** via psycopg3, modern async-capable adapter
125
+
-**[WhiteNoise](https://whitenoise.readthedocs.io/)**: serve static files without nginx, with brotli compression
126
+
-**[django-environ](https://django-environ.readthedocs.io/)**: configure via environment variables and `.env` files
127
+
-**[Argon2](https://docs.djangoproject.com/en/5.2/topics/auth/passwords/#using-argon2-with-django)** password hashing (winner of the Password Hashing Competition)
128
+
-**Split settings**for separate development and production configurations
129
+
-**Health check**at`/health/`, returns JSON for Railway monitoring
0 commit comments