https://github.com/azavea/docker-django

Base Docker image for Django and Gunicorn.

https://github.com/azavea/docker-django

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.8%) to scientific vocabulary

Keywords

django docker geodjango gunicorn postgis postgresql
Last synced: 5 months ago · JSON representation

Repository

Base Docker image for Django and Gunicorn.

Basic Info
  • Host: GitHub
  • Owner: azavea
  • License: apache-2.0
  • Language: Shell
  • Default Branch: master
  • Homepage:
  • Size: 172 KB
Statistics
  • Stars: 28
  • Watchers: 20
  • Forks: 7
  • Open Issues: 1
  • Releases: 0
Topics
django docker geodjango gunicorn postgis postgresql
Created over 10 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License

README.md

docker-django

CI

This repository contains a collection of templated Dockerfile for image variants designed to support Django through the Gunicorn WSGI HTTP server. In addition, these images include support for GeoDjango, PostgreSQL, and Gevent.

Usage

Template Variables

  • PYTHON_VERSION - Python interpreter version (for python:*-slim-bullseye images)

Testing

An example of how to use cibuild to build and test an image:

bash $ CI=1 VERSION=3.2 PYTHON_VERSION=3.9 \ ./scripts/cibuild

Owner

  • Name: Azavea
  • Login: azavea
  • Kind: organization
  • Location: Philadelphia, PA

Geospatial software engineering for good

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 72
  • Total pull requests: 108
  • Average time to close issues: 23 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 6
  • Total pull request authors: 7
  • Average comments per issue: 0.28
  • Average comments per pull request: 0.67
  • Merged pull requests: 97
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • hectcastro (23)
  • rbreslow (9)
  • colekettler (2)
  • simkimsia (1)
  • CloudNiner (1)
  • tnation14 (1)
Pull Request Authors
  • hectcastro (37)
  • rbreslow (11)
  • jeancochrane (5)
  • colekettler (5)
  • notthatbreezy (2)
  • CloudNiner (2)
  • tnation14 (1)
Top Labels
Issue Labels
operations (36) size: 1 (33) unplanned (5) in progress (1) out-of-bounds (1) stale (1)
Pull Request Labels
in progress (1) Enhancement (1)

Dependencies

.github/workflows/continuous_integration.yml actions
  • actions/checkout v3 composite
3.2/requirements.txt pypi
  • django ==3.2.16
  • gevent ==22.8.0
  • gunicorn ==20.1.0
  • psycopg2 ==2.9.4