Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

luketrevorrow/djangounchained

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*** This project is no longer maintained ***

Django Unchained

This repository contains everything needed to get Django 2 up and running on a Cloud Foundry cloud provider, such as IBMs Cloud (formally known as Bluemix). I have assumed all the following prerequisites:

  • An IBM Cloud account
  • Git
  • IBM Cloud command line tools
  • Python 3

To make things really simple I have included the Deploy to IBM Cloud button, so all the hard work is done for you. Press the button and IBM Cloud will create a toolchain, clone the git repository, then build and deploy the code ready to play with:

Deploy to IBM Cloud

Technology Stack

  • IBM Cloud as my PaaS
  • Python 3.6.4
  • Django 2.2.27
  • SQLite Database

All the details of how I got this up and running are documented in my blog entry https://codemii.blogspot.co.uk/2018/02/django-unchained.html