freewayz / django-starter

Starter project structure for Django application with Heroku deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this about

Django simple starter project for newbies who want to integrate docker or heroku as part of deployment configuration.

How to use this starter file

  • Create your project virtual environment
  • Activate the project environment
  • Run pip install django
  • Run this command from terminal django-admin startproject --template=https://github.com/freewayz/django-heroku-starter/zipball/master --extension=py,yml,conf,sh --name=Procfile <your_project_name>
  • Finally you might need to update all the requirement dependencies due to the time of use

Future Enhancements

  • Django and Vue Integration
  • Django and React Integration
  • Celery, RabbitMQ with Django
  • AWS Lambda with Zappa I plan to get all this out in their respective branches ..

About

Starter project structure for Django application with Heroku deployment

License:MIT License


Languages

Language:Python 81.8%Language:Shell 13.4%Language:Dockerfile 4.1%Language:HTML 0.7%