├── LICENSE ├── README.md ├── common_funcs.sh ├── create_django_project_run_env.sh ├── deploy_django_project.sh ├── install_os_prereq.sh ├── supervisord └── supervisord.conf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harikvpy/deploy-django/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harikvpy/deploy-django/HEAD/README.md -------------------------------------------------------------------------------- /common_funcs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harikvpy/deploy-django/HEAD/common_funcs.sh -------------------------------------------------------------------------------- /create_django_project_run_env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harikvpy/deploy-django/HEAD/create_django_project_run_env.sh -------------------------------------------------------------------------------- /deploy_django_project.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harikvpy/deploy-django/HEAD/deploy_django_project.sh -------------------------------------------------------------------------------- /install_os_prereq.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harikvpy/deploy-django/HEAD/install_os_prereq.sh -------------------------------------------------------------------------------- /supervisord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harikvpy/deploy-django/HEAD/supervisord -------------------------------------------------------------------------------- /supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harikvpy/deploy-django/HEAD/supervisord.conf --------------------------------------------------------------------------------