Skip to content

Template for a Django application using Azure Storage Containers for static file handling

Notifications You must be signed in to change notification settings

JenReuting/django-static-azure-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-ckeditor-azure-template

Notes:

This project contains a custom User model, as well as some useful base models and mixins.

Django Storages: This app uses Django-Storages docs here along with the azure-storage-blob package.

This app does NOT use Whitenoise: Since this was developed with the intent to a.) be a backend API, and b.) utilize CloudFront's CDN for image serving, I did NOT add in Whitenoise. That configuration shouldn't be too difficult and, if I get time, I'll create another branch.

This app does NOT use Gunicorn: Since this template was build with the intention to upload the final projects to Azure App Service, I did NOT add Gunicorn since Azure App Service for Django uses that by default. You can even configure the startup command for the App Service (to add more workers, etc) directly in the portal. More information can be found here.

Installation

Complete installation instructions can be found within the project - docs/setup.md.

django-ckeditor-azure-template

About

Template for a Django application using Azure Storage Containers for static file handling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published