Files
archived-starters/examples/djangopy/README.md
Faraz Patankar 5c66af4831 Add frontmatter to all starters (#98)
* add frontmatter to BlitzJS starter

* add frontmatter to all starters

* add plugins and envVars

* fix envVars formatting

* fix key for defaultValue in envVars

* remove unused frontmatter
2021-05-13 02:56:21 -04:00

1.0 KiB

title, description, tags
title description tags
Django A Django application that connects to a PostgreSQL database
python
django
postgres

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.