https://github.com/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.
https://github.com/oleoneto/packager
django django-rest-framework django-rest-framework-jwt django-storages docker docker-compose dokku heroku s3-storage
Last synced: 3 months ago
JSON representation
packager is simply a container project for Django apps that need a temporary place to live while they're actively being developed and packaged.
- Host: GitHub
- URL: https://github.com/oleoneto/packager
- Owner: oleoneto
- Created: 2020-06-04T15:58:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T02:41:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T17:46:10.933Z (4 months ago)
- Topics: django, django-rest-framework, django-rest-framework-jwt, django-storages, docker, docker-compose, dokku, heroku, s3-storage
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`](http://dokku.viewdocs.io/dokku/getting-started/installation/)
- Supports remote media storage with S3 protocol
- Supports Django REST Framework
- Supports JWT Authentication
---Built in house with
[django-clite](https://github.com/oleoneto/django-clite).Developed and maintained by
[Leo Neto](https://github.com/oleoneto)