Files
archived-starters/examples/djangopy
dependabot[bot] 77e70e958d Bump sqlparse from 0.4.1 to 0.4.2 in /examples/djangopy (#186)
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.1...0.4.2)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 12:47:08 -07:00
..
2021-02-03 08:35:33 +00:00
2021-02-03 01:36:22 -07:00
2021-02-03 08:35:33 +00:00
2021-02-03 08:35:33 +00:00
2021-02-03 08:35:33 +00:00
2021-02-03 08:35:33 +00:00

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.