CoolCheetah
CoolCheetah
RRailway
Created by CoolCheetah on 12/13/2023 in #✋|help
Hi! Not sure how I'm supposed to use the migration tool. This is the error I'm getting:
No description
23 replies
RRailway
Created by CoolCheetah on 9/10/2023 in #✋|help
Django Railway admin console
Hi! I've had a really good time using Railway thus far, sea-change from setting up an EC2 instance for my Django app. I've been able to deploy to Railway and the endpoints work fine. It's just that the admin console on my app does not. Based on my searches in the discord, I installed the railway cli, linked it with the project, and am now running runserver locally. Same issue with not being able to go to the admin console. Here's the logs:
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

[10/Sep/2023 19:16:31] "GET / HTTP/1.1" 404 179
[10/Sep/2023 19:16:31] "GET /favicon.ico HTTP/1.1" 404 179
[10/Sep/2023 19:16:35] "GET /admin HTTP/1.1" 301 0
[10/Sep/2023 19:16:35] "GET /admin/ HTTP/1.1" 302 0
[10/Sep/2023 19:16:35] "GET /admin/login/?next=/admin/ HTTP/1.1" 500 145
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

[10/Sep/2023 19:16:31] "GET / HTTP/1.1" 404 179
[10/Sep/2023 19:16:31] "GET /favicon.ico HTTP/1.1" 404 179
[10/Sep/2023 19:16:35] "GET /admin HTTP/1.1" 301 0
[10/Sep/2023 19:16:35] "GET /admin/ HTTP/1.1" 302 0
[10/Sep/2023 19:16:35] "GET /admin/login/?next=/admin/ HTTP/1.1" 500 145
It's not clear to me why this is. I have a railway.json in my project, per the django template. Would anyone have any pointers/places to look? Thanks!
5 replies