Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.04 KB
title description tags
Django
A Django application that connects to a PostgreSQL database
python
django
postgresql

Django Example

This is a Django application that connects to a Railway Postgres database.

Deploy on Railway

✨ Features

  • Python
  • Django
  • Postgres

💁‍♀️ How to use

  • Create a Railway project with the Postgres plugin
  • Connect to your Railway project with railway link
  • Install Python requirements pip install -r requirements.txt
  • Migrate the database railway run python3 manage.py migrate
  • Run Django railway run python3 manage.py runserver

📝 Notes

Read more about Django at their official documentation.