GithubHelp home page GithubHelp logo

adgray09 / docker-django Goto Github PK

View Code? Open in Web Editor NEW

This project forked from droxey/docker-django

0.0 0.0 0.0 10 KB

Production Ready Docker + Django + Bootstrap 4 Starter Pack

Dockerfile 13.49% Shell 4.92% Python 70.97% HTML 10.63%

docker-django's Introduction

docker-django

Production ready Docker + Django + Bootstrap 4 starter pack.

Includes the following built in support for:

  • django-compressor: Django Compressor processes, combines and minifies linked and inline Javascript or CSS in a Django template into cacheable static files. Supports such as CoffeeScript, LESS, and SASS.
  • django-dotenv: Allows manage.py to read environment settings stored in a .env file.
  • django-debug-toolbar: The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content.
  • djangorestframework: Django REST framework is a powerful and flexible toolkit for building Web APIs.
  • pillow: Pillow is a friendly PIL fork. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.
  • psycopg2-binary: Stand-alone version of psycopg2, the most popular PostgreSQL database adapter for the Python programming language.
  • whitenoise: With a couple of lines of config WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service. Especially useful on Heroku, OpenShift and other PaaS providers.

Build

docker build -t docker-django-image .

Run

docker run --rm --name docker-django docker-django-image

docker-django's People

Contributors

droxey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.