Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

gvvad/django-ex

 
 

Repository files navigation

Openshift quickstart: Django

This is a Django project that you can use as the starting point to develop your own and deploy it on an OpenShift cluster.

OS variables

  • RUS_TBOT_TOKEN - telegram bot token
  • HOST_URL - server url
  • [RUS_TBOT_PATH] - app path
  • [RUS_TBOT_INTERVAL] - check update interval in minutes
  • [CERT_FILE_PATH] - path to certificate file
  • [DATABASE_ENGINE]
  • [DATABASE_NAME]
  • [DATABASE_USER]
  • [DATABASE_PASSWORD]
  • [DATABASE_SERVICE_NAME]
  • [{DATABASE_SERVICE_NAME}_SERVICE_HOST]
  • [{DATABASE_SERVICE_NAME}_SERVICE_PORT]
  • [DJANGO_DEBUG]

About

Django Example

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.0%
  • Shell 3.6%
  • Dockerfile 0.4%