Skip to content

michaelwang13/template-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Django on Aptible

This is a barebones Django example deployed on Aptible. The app in this repo is deployed live here.

Deploy on Aptible

Detailed docs

Configuration

The only thing the user needs to do is create and set SECRET_KEY environment variable during onboarding flow.

python3 -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'

If you already created the app and just want to apply an environment variable, you can use our cli tool:

aptible config:set --app "$APP_HANDLE" SECRET_KEY="xxx"

About

Django template for Aptible.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.6%
  • HTML 24.9%
  • Dockerfile 2.5%