mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
* 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
1.0 KiB
1.0 KiB
title, description, tags
| title | description | tags | |||
|---|---|---|---|---|---|
| Django | A Django application that connects to a PostgreSQL database |
|
Django Example
This is a Django application that connects to a Railway Postgres database.
✨ 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.