oleoneto / packager

packager is simply a container project for Django apps that need a temporary place to live while they're actively being developed and packaged.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packager

Every new django app needs to be contained by a django project — even if the endgame of the app's developer is to make the app available independently as a standalone package. packager is simply a container for such apps that need a temporary place to live while they're actively being developed.

Features

  • Supports environment variables
  • Supports running with docker in virtual environment
  • Supports building with docker-compose
  • Supports deployment with dokku
  • Supports remote media storage with S3 protocol
  • Supports Django REST Framework
  • Supports JWT Authentication

Built in house with django-clite.

Developed and maintained by Leo Neto

About

packager is simply a container project for Django apps that need a temporary place to live while they're actively being developed and packaged.


Languages

Language:Python 85.5%Language:HTML 9.1%Language:Dockerfile 4.3%Language:Shell 1.2%