Files
archived-starters/examples/djangopy
dependabot[bot] 8b291f0fc3 Bump django from 3.1.6 to 3.1.8 in /examples/djangopy (#71)
Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.6...3.1.8)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-12 11:31:58 -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
2021-02-03 23:41:43 +00:00

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 init
  • 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.